From 92ca826539092f33c8e19a19c7a9ea0def2aece0 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 17 Apr 2023 12:00:55 -0400 Subject: move most configurations to modules --- hosts/glados/default.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'hosts/glados/default.nix') 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 -- cgit v1.2.3