summaryrefslogtreecommitdiff
path: root/systems/glados
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-26 17:07:59 -0400
committerseth <[email protected]>2024-10-26 17:11:33 -0400
commite6f019248d69030cafa09e5971cfb7b08c7b9a09 (patch)
tree31f1a5af39133c3104f298128145d887069231f6 /systems/glados
parent99beeafc165eca5bed6c77e48656e66a257fb552 (diff)
glados: switch to niri
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 b28c8dc..f523b8e 100644
--- a/systems/glados/default.nix
+++ b/systems/glados/default.nix
@@ -11,7 +11,7 @@
desktop = {
enable = true;
- gnome.enable = true;
+ niri.enable = true;
};
environment.systemPackages = [ pkgs.obs-studio ];