hyprland: fix hyprland always being built

This commit is contained in:
Leonardo Eugênio 2023-04-17 22:37:43 -03:00
parent d9a40ec660
commit 9ef72dd902
1 changed files with 1 additions and 4 deletions

View File

@ -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;