summaryrefslogtreecommitdiff
path: root/systems/glados
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-03 19:27:26 -0500
committerseth <[email protected]>2024-02-03 20:47:55 -0500
commitfcc60b84e5e3cc44986d40af63f5de488caae909 (patch)
tree45f4455c7dcbc63e59e62a9af79783e2e5509a2e /systems/glados
parentde003fa28e56b81a33e831099987cd94d2f53b39 (diff)
make everything a module
Diffstat (limited to 'systems/glados')
-rw-r--r--systems/glados/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/systems/glados/default.nix b/systems/glados/default.nix
index 4b43bcc..c516b07 100644
--- a/systems/glados/default.nix
+++ b/systems/glados/default.nix
@@ -11,6 +11,8 @@
inputs.nixos-hardware.nixosModules.common-pc-ssd
];
+ suites.personal.enable = true;
+
desktop = {
enable = true;
gnome.enable = true;
@@ -22,7 +24,7 @@
};
home-manager.users.seth = {
- desktop.enable = true;
+ seth.desktop.enable = true;
};
networking.hostName = "glados";