From fa7a407bda1b26b413702287f227629af0798f55 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 8 Mar 2023 02:57:57 -0500 Subject: another major refactor --- hosts/glados/default.nix | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'hosts/glados') diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix index 0b6d7c5..e8b083e 100644 --- a/hosts/glados/default.nix +++ b/hosts/glados/default.nix @@ -1,14 +1,25 @@ -_: { +{ + config, + home-manager, + ... +}: { imports = [ - ../common/hardware - ../common/hardware/nvidia.nix - ../common/virtualisation.nix + ../../profiles/desktop/gnome + ../../profiles/hardware/nvidia.nix + ../../profiles/virtualisation.nix + ../../users/seth ./boot.nix ./hardware-configuration.nix ./network.nix ./services.nix ]; + home-manager.users.seth = { + imports = [ + ../../users/seth/desktop/gnome + ]; + }; + environment.etc."environment".text = '' LIBVA_DRIVER_NAME=vdpau ''; @@ -26,4 +37,6 @@ _: { swapDevices = 1; memoryPercent = 50; }; + + system.stateVersion = "23.05"; } -- cgit v1.2.3