diff --git a/nix/hm-module.nix b/nix/hm-module.nix index 505ce900..133c0ef6 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -11,6 +11,8 @@ self: { inherit (cfg) nvidiaPatches; }; in { + disabledModules = ["services/window-managers/hyprland.nix"]; + meta.maintainers = [lib.maintainers.fufexan]; options.wayland.windowManager.hyprland = {