summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vali-X.conf5
-rw-r--r--vali.nix2
2 files changed, 1 insertions, 6 deletions
diff --git a/vali-X.conf b/vali-X.conf
deleted file mode 100644
index 9638019a..00000000
--- a/vali-X.conf
+++ /dev/null
@@ -1,5 +0,0 @@
1{
2 serverLayoutSection = ''
3 Option "Xinerama" "1"
4 '';
5}
diff --git a/vali.nix b/vali.nix
index edf1d69e..cb8291bf 100644
--- a/vali.nix
+++ b/vali.nix
@@ -121,7 +121,7 @@ rec {
121 121
122 videoDrivers = [ "nvidia" ]; 122 videoDrivers = [ "nvidia" ];
123 exportConfiguration = true; 123 exportConfiguration = true;
124 } // (import ./vali-X.conf); 124 }
125 125
126 hardware.opengl.driSupport32Bit = true; 126 hardware.opengl.driSupport32Bit = true;
127 127