From 0af97636fa658dc5304402a64b5069134cf79b9c Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Fri, 21 Jul 2023 15:55:56 +0300 Subject: [PATCH] Nix/HM module: solve conflict with upstream HM module --- nix/hm-module.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = {