mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-09 02:25:59 +01:00
Nix/HM module: solve conflict with upstream HM module
This commit is contained in:
parent
1ec0b7b59a
commit
0af97636fa
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ self: {
|
|||
inherit (cfg) nvidiaPatches;
|
||||
};
|
||||
in {
|
||||
disabledModules = ["services/window-managers/hyprland.nix"];
|
||||
|
||||
meta.maintainers = [lib.maintainers.fufexan];
|
||||
|
||||
options.wayland.windowManager.hyprland = {
|
||||
|
|
Loading…
Reference in a new issue