summaryrefslogtreecommitdiff
path: root/hosts/glados
diff options
context:
space:
mode:
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