summaryrefslogtreecommitdiff
path: root/systems/glados
diff options
context:
space:
mode:
authorseth <[email protected]>2024-11-12 02:26:12 -0500
committerseth <[email protected]>2024-11-12 02:29:20 -0500
commitcc9108ff2cc42c16d4937fd1eb534a9ff87d622d (patch)
tree95f6055c7936b400d56e29cc7d1b93080115d0f1 /systems/glados
parent60c82dbdc9add20b62dca21d4c068dbc742b079f (diff)
glados: switch to gnome
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 3de6a8a..0ba075d 100644
--- a/systems/glados/default.nix
+++ b/systems/glados/default.nix
@@ -11,7 +11,7 @@
desktop = {
enable = true;
- niri.enable = true;
+ gnome.enable = true;
};
environment.systemPackages = [ pkgs.obs-studio ];