12 lines
281 B
Nix
12 lines
281 B
Nix
{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;
|
|
}
|