diff options
author | Mihai Fufezan <[email protected]> | 2023-07-21 15:55:56 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2023-07-21 15:55:56 +0300 |
commit | 0af97636fa658dc5304402a64b5069134cf79b9c (patch) | |
tree | 6e0c820e89b8e577ddfd278b4f4b1d5c9048b41d /nix/hm-module.nix | |
parent | 1ec0b7b59a84a07f97c3ebee9f6694bc4a1b1dcd (diff) | |
download | Hyprland-0af97636fa658dc5304402a64b5069134cf79b9c.tar.gz Hyprland-0af97636fa658dc5304402a64b5069134cf79b9c.zip |
Nix/HM module: solve conflict with upstream HM module
Diffstat (limited to 'nix/hm-module.nix')
-rw-r--r-- | nix/hm-module.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 = { |