summaryrefslogtreecommitdiff
path: root/hosts/sofue
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/sofue')
-rw-r--r--hosts/sofue/configuration.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/hosts/sofue/configuration.nix b/hosts/sofue/configuration.nix
index 572034e..c85e81a 100644
--- a/hosts/sofue/configuration.nix
+++ b/hosts/sofue/configuration.nix
@@ -11,8 +11,8 @@ in rec {
../../nix/user.nix
../../nix/bluetooth.nix
../../nix/email.nix
- ../../nix/amdgpu.nix
- #../../nix/intel.nix
+ #../../nix/amdgpu.nix
+ ../../nix/intel.nix
../../nix/gaming.nix
../../nix/steam.nix
../../nix/virtualisation.nix
@@ -59,12 +59,12 @@ in rec {
footer-offset = 0;
};
monitors = {
+ monitor1 = "DP-2";
+ monitor2 = "HDMI-A-3";
+ monitor3 = "DP-1";
#monitor1 = "DP-1";
- #monitor2 = "HDMI-A-1";
- #monitor3 = "HDMI-A-3";
- monitor1 = "DP-1";
- monitor2 = "DP-2";
- monitor3 = "HDMI-A-1";
+ #monitor2 = "DP-2";
+ #monitor3 = "HDMI-A-1";
};
};