refactor(hyprland): move config to module
This commit is contained in:
parent
b8f4746cd0
commit
ceb01062ec
6 changed files with 172 additions and 155 deletions
|
@ -13,7 +13,7 @@ in
|
|||
enable = lib.mkEnableOption "Enable ${moduleName}.";
|
||||
type = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "";
|
||||
default = "hsjaia";
|
||||
example = "hyprland";
|
||||
description = "What desktop environment should be installed on the host.";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue