mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
modules/home: Remove standalone hm compatibility layer
This commit is contained in:
parent
e0c8bb401b
commit
d54e079db8
5 changed files with 22 additions and 22 deletions
|
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
config,
|
||||
osConfig,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}@moduleArgs:
|
||||
}:
|
||||
{
|
||||
options.custom.de.hyprland.enable = lib.mkEnableOption "" // {
|
||||
default = moduleArgs.osConfig.custom.de.hyprland.enable or false;
|
||||
default = osConfig.custom.de.hyprland.enable;
|
||||
};
|
||||
|
||||
config = lib.mkIf config.custom.de.hyprland.enable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue