hyprland: fix hyprland always being built
This commit is contained in:
parent
d9a40ec660
commit
9ef72dd902
|
@ -87,10 +87,7 @@
|
|||
# nur.nixosModules.nur
|
||||
inputs.agenix.nixosModules.default
|
||||
inputs.hyprland.nixosModules.default
|
||||
{
|
||||
programs.hyprland.enable = true;
|
||||
# programs.hyprland.package = null;
|
||||
}
|
||||
{ programs.hyprland.enable = (desktop == "hyprland"); }
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
Loading…
Reference in a new issue