diff options
| author | Seth Flynn <[email protected]> | 2025-01-31 11:49:20 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-01-31 11:49:20 -0500 |
| commit | a99bddd12cf7e66c27425d47f0ad5557ecab147a (patch) | |
| tree | 6a5d95fac32d523fd0f74e7d3a82cca6cc686c37 /systems/glados/default.nix | |
| parent | f2ea2818471d2da009d136c9fbb63ab814a14588 (diff) | |
glados: switch back to gnome
Diffstat (limited to 'systems/glados/default.nix')
| -rw-r--r-- | systems/glados/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/systems/glados/default.nix b/systems/glados/default.nix index 48b4ff9..d78aaf3 100644 --- a/systems/glados/default.nix +++ b/systems/glados/default.nix @@ -11,7 +11,7 @@ desktop = { enable = true; - plasma.enable = true; + gnome.enable = true; }; hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.latest; @@ -45,6 +45,4 @@ tailscale.enable = true; zram.enable = true; }; - - tweaks.catppuccin.enable = true; } |
