summaryrefslogtreecommitdiff
path: root/hosts/glados
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/glados')
-rw-r--r--hosts/glados/default.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix
index 26e48a8..b9f6ff9 100644
--- a/hosts/glados/default.nix
+++ b/hosts/glados/default.nix
@@ -4,14 +4,15 @@ _: {
./hardware-configuration.nix
];
- myHardware = {
- enable = true;
- nvidia.enable = true;
+ getchoo = {
+ desktop.gnome.enable = true;
+ hardware = {
+ enable = true;
+ nvidia.enable = true;
+ };
+ nixos.virtualisation.enable = true;
};
- nixos.virtualisation.enable = true;
- desktop.gnome.enable = true;
-
home-manager.users.seth = {
desktop = {
enable = true;