diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-04 12:56:25 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-04 12:56:25 +0200 |
commit | 5231124fde87b1c0e9f099bca7174a6672ce427f (patch) | |
tree | ea5fe750719456064bc7d821ec9f17d6ddb16958 /vali.nix | |
parent | 84c7006a5465ba92e451b3044d36f673168ea35a (diff) | |
download | nixos-5231124fde87b1c0e9f099bca7174a6672ce427f.tar nixos-5231124fde87b1c0e9f099bca7174a6672ce427f.tar.gz nixos-5231124fde87b1c0e9f099bca7174a6672ce427f.tar.bz2 nixos-5231124fde87b1c0e9f099bca7174a6672ce427f.tar.xz nixos-5231124fde87b1c0e9f099bca7174a6672ce427f.zip |
Tweaks to vali X cofig
Diffstat (limited to 'vali.nix')
-rw-r--r-- | vali.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -120,9 +120,8 @@ rec { | |||
120 | xkbOptions = "compose:caps"; | 120 | xkbOptions = "compose:caps"; |
121 | 121 | ||
122 | videoDrivers = [ "nvidia" ]; | 122 | videoDrivers = [ "nvidia" ]; |
123 | config = builtins.readFile ./vali-X.conf; | ||
124 | exportConfiguration = true; | 123 | exportConfiguration = true; |
125 | }; | 124 | } // (import vali-X.conf); |
126 | 125 | ||
127 | hardware.opengl.driSupport32Bit = true; | 126 | hardware.opengl.driSupport32Bit = true; |
128 | 127 | ||