summaryrefslogtreecommitdiff
path: root/systems/glados
diff options
context:
space:
mode:
authorseth <[email protected]>2025-01-05 04:54:23 -0500
committerseth <[email protected]>2025-01-05 04:55:43 -0500
commitf9d97345fa75679b28a80ecc2ef0a54b2cd3f779 (patch)
tree71fa298a32d2c3095422b55e686424d57e3e49bf /systems/glados
parentc1c95b28255d63ab23606803465de288fa68ec46 (diff)
glados: gnome -> plasma
Diffstat (limited to 'systems/glados')
-rw-r--r--systems/glados/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/glados/default.nix b/systems/glados/default.nix
index d78aaf3..01f792a 100644
--- a/systems/glados/default.nix
+++ b/systems/glados/default.nix
@@ -11,7 +11,7 @@
desktop = {
enable = true;
- gnome.enable = true;
+ plasma.enable = true;
};
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.latest;