diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index a77805a1..28e7e1f7 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -3,16 +3,16 @@ let cfg = config.modules.desktop.hyprland; in { + imports = [ + inputs.hyprland.nixosModules.default + ]; + options.modules.desktop.hyprland = { enable = lib.mkEnableOption false; }; config = lib.mkIf cfg.enable { - imports = [ - inputs.hyprland.nixosModules.default - ]; - modules.desktop.dunst.enable = lib.mkForce false; services.greetd = {