BROKEN: Expanding desktop option
This commit is contained in:
parent
ebf027263f
commit
73dd477f9e
44 changed files with 272 additions and 296 deletions
18
system/desktop/default.nix
Normal file
18
system/desktop/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{lib, ...}: let
|
||||
mkEO = lib.mkEnableOption;
|
||||
in {
|
||||
imports = [
|
||||
./greetd.nix
|
||||
./hyprland.nix
|
||||
./pipewire.nix
|
||||
./plasma6.nix
|
||||
./polkit.nix
|
||||
./xdg.nix
|
||||
];
|
||||
|
||||
options.niksos.desktop = {
|
||||
enable = mkEO "enable desktop related programs.";
|
||||
hyprland = mkEO "enable hyprland related programs.";
|
||||
kde = mkEO "enable kde specialisation.";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue