diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-04 12:56:42 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-04 12:56:42 +0200 |
commit | 1c23ec003c845b573bea95447a96a1aaae243ed3 (patch) | |
tree | a5be8646dfcaa6b6a276e1a5c29820052ddfe8c8 /vali.nix | |
parent | 5231124fde87b1c0e9f099bca7174a6672ce427f (diff) | |
download | nixos-1c23ec003c845b573bea95447a96a1aaae243ed3.tar nixos-1c23ec003c845b573bea95447a96a1aaae243ed3.tar.gz nixos-1c23ec003c845b573bea95447a96a1aaae243ed3.tar.bz2 nixos-1c23ec003c845b573bea95447a96a1aaae243ed3.tar.xz nixos-1c23ec003c845b573bea95447a96a1aaae243ed3.zip |
import path
Diffstat (limited to 'vali.nix')
-rw-r--r-- | vali.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||