summaryrefslogtreecommitdiff
path: root/hosts/glados
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-17 12:00:55 -0400
committerseth <[email protected]>2023-04-17 12:01:21 -0400
commit92ca826539092f33c8e19a19c7a9ea0def2aece0 (patch)
treec6ff98c3f645f189b559bc1a69904fec217a946c /hosts/glados
parent98921a299be9f22bde9204e1fd05d0ea0fb0c6ed (diff)
move most configurations to modules
Diffstat (limited to 'hosts/glados')
-rw-r--r--hosts/glados/default.nix11
1 files changed, 8 insertions, 3 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix
index 3cb8f82..15aff17 100644
--- a/hosts/glados/default.nix
+++ b/hosts/glados/default.nix
@@ -1,13 +1,18 @@
{home-manager, ...}: {
imports = [
- ../../profiles/desktop/gnome
- ../../profiles/hardware/nvidia.nix
- ../../profiles/virtualisation.nix
../../users/seth
./boot.nix
./hardware-configuration.nix
];
+ myHardware = {
+ enable = true;
+ nvidia.enable = true;
+ };
+
+ nixos.virtualisation.enable = true;
+ desktop.gnome.enable = true;
+
home-manager.users.seth = {
imports = [
../../users/seth/desktop/gnome