diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-04-28 20:15:33 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-04-28 20:15:33 +0200 |
| commit | 0785f0c5d36e442a7d65a5e35378c09903d39211 (patch) | |
| tree | 885a3561a58f4d2beee5355a0ae0adf034771dd5 /hosts/apocalypse/default.nix | |
| parent | ff05ad9be1e136fc8eb3f7904739be97cca51ce9 (diff) | |
Add KDE properly and fix live-cd
Diffstat (limited to 'hosts/apocalypse/default.nix')
| -rw-r--r-- | hosts/apocalypse/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix index 0977258..e82b048 100644 --- a/hosts/apocalypse/default.nix +++ b/hosts/apocalypse/default.nix @@ -21,9 +21,10 @@ ## Addons for this system addons = { - desktop.hyprland.enable = true; + desktop.hyprland.enable = false; desktop.xfce.enable = true; - desktop.cosmic.enable = true; + desktop.cosmic.enable = false; + desktop.kde.enable = true; steam.enable = true; virtualisation.guest = false; |
