diff options
| author | seth <[email protected]> | 2023-05-04 17:09:32 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-04 17:09:32 -0400 |
| commit | 94e2d64cbbb4c1901bbd7466f12662dba28005da (patch) | |
| tree | ed0eb80c62f75b3ec5f302249dab60b3a1726ed2 /hosts/glados | |
| parent | 9937a252dec0f33437a396e0f6c43ca456cf5b92 (diff) | |
modules: prefix with getchoo
Diffstat (limited to 'hosts/glados')
| -rw-r--r-- | hosts/glados/default.nix | 13 |
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; |
