summaryrefslogtreecommitdiff
path: root/hosts/glados
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-28 06:29:39 -0500
committerseth <[email protected]>2023-01-28 06:29:39 -0500
commit904c82a745715966cbf023a3e8bdae609975f5d4 (patch)
treef91245f6817b57edec59da520d6ce3b9046741c9 /hosts/glados
parentf23abee3530260e43aabf311ff49c13286648099 (diff)
make switching desktops easier
Diffstat (limited to 'hosts/glados')
-rw-r--r--hosts/glados/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix
index 63bcdc0..065b576 100644
--- a/hosts/glados/default.nix
+++ b/hosts/glados/default.nix
@@ -9,5 +9,8 @@ _: {
./services.nix
];
- sys.gui.enable = true;
+ sys = {
+ gui.enable = true;
+ desktop = "gnome";
+ };
}