Nix/HM module: solve conflict with upstream HM module

This commit is contained in:
Mihai Fufezan 2023-07-21 15:55:56 +03:00
parent 1ec0b7b59a
commit 0af97636fa
No known key found for this signature in database
GPG Key ID: 5899325F2F120900

View File

@ -11,6 +11,8 @@ self: {
inherit (cfg) nvidiaPatches;
};
in {
disabledModules = ["services/window-managers/hyprland.nix"];
meta.maintainers = [lib.maintainers.fufexan];
options.wayland.windowManager.hyprland = {