first lets try hyprland
This commit is contained in:
parent
9d8815e4c8
commit
fef4e47788
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
plasma.enable = lib.mkEnableOption "plasma";
|
||||
gnome.enable = lib.mkEnableOption "gnome";
|
||||
niri.enable = lib.mkEnableOption "niri";
|
||||
hyprland.enable = lib.mkEnableOption "hyprland";
|
||||
# none is true if all above are false, just for easier checks
|
||||
none = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
|
|
@ -14,6 +15,7 @@
|
|||
config.osbmModules.desktopEnvironment.plasma.enable
|
||||
|| config.osbmModules.desktopEnvironment.gnome.enable
|
||||
|| config.osbmModules.desktopEnvironment.niri.enable
|
||||
|| config.osbmModules.desktopEnvironment.hyprland.enable
|
||||
);
|
||||
description = "True if no desktop environment is enabled";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue