summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
Diffstat (limited to 'vali.nix')
-rw-r--r--vali.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/vali.nix b/vali.nix
index c15d03e8..555b9caf 100644
--- a/vali.nix
+++ b/vali.nix
@@ -113,6 +113,7 @@ rec {
113 xkbOptions = "compose:caps"; 113 xkbOptions = "compose:caps";
114 114
115 videoDrivers = [ "nvidia" ]; 115 videoDrivers = [ "nvidia" ];
116 config = builtins.readFile ./vali-X.conf;
116 }; 117 };
117 118
118 hardware.opengl.driSupport32Bit = true; 119 hardware.opengl.driSupport32Bit = true;