mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-25 23:46:00 +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;
|
inherit (cfg) nvidiaPatches;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
disabledModules = ["services/window-managers/hyprland.nix"];
|
||||||
|
|
||||||
meta.maintainers = [lib.maintainers.fufexan];
|
meta.maintainers = [lib.maintainers.fufexan];
|
||||||
|
|
||||||
options.wayland.windowManager.hyprland = {
|
options.wayland.windowManager.hyprland = {
|
||||||
|
|
Loading…
Reference in a new issue