summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vali.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/vali.nix b/vali.nix
index 6afa3fbc..edf1d69e 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 } // (import ./vali-X.conf);
125 125
126 hardware.opengl.driSupport32Bit = true; 126 hardware.opengl.driSupport32Bit = true;
127 127