pushing for review
This commit is contained in:
parent
786ca732aa
commit
dd67b2592c
72 changed files with 1142 additions and 1447 deletions
13
nixosModules/desktop_environments/default.nix
Normal file
13
nixosModules/desktop_environments/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{pkgs,config,...}:
|
||||
{
|
||||
imports = [
|
||||
./budgie.nix
|
||||
./gnome.nix
|
||||
./hyprland.nix
|
||||
./tuigreet.nix
|
||||
];
|
||||
speccon18.desktop.budgie.enable = true;
|
||||
speccon18.desktop.gnome.enable = false;
|
||||
speccon18.desktop.hyprland.enable = false;
|
||||
speccon18.desktop.displayManager.tuigreet.enable = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue