first working build of rewrite
This commit is contained in:
commit
44a3f420c6
29 changed files with 1261 additions and 0 deletions
12
modules/system/desktop-environments/default.nix
Normal file
12
modules/system/desktop-environments/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{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.tuigreet.enable = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue