diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-04 13:13:55 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-04 13:13:55 +0200 |
| commit | eabec83112400f78618e9213170d8f453182c098 (patch) | |
| tree | 5c8e1a7e0cbe9d016a8f82ea0317b4746a4973fd | |
| parent | 1d72d0f7a392cb714ee63dc8445a847e04020adc (diff) | |
| download | nixos-eabec83112400f78618e9213170d8f453182c098.tar nixos-eabec83112400f78618e9213170d8f453182c098.tar.gz nixos-eabec83112400f78618e9213170d8f453182c098.tar.bz2 nixos-eabec83112400f78618e9213170d8f453182c098.tar.xz nixos-eabec83112400f78618e9213170d8f453182c098.zip | |
turned on "BaseMosaic" on vali“s X
| -rw-r--r-- | vali.nix | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -121,6 +121,10 @@ rec { | |||
| 121 | 121 | ||
| 122 | videoDrivers = [ "nvidia" ]; | 122 | videoDrivers = [ "nvidia" ]; |
| 123 | exportConfiguration = true; | 123 | exportConfiguration = true; |
| 124 | |||
| 125 | serverLayoutSection = '' | ||
| 126 | Option "BaseMosaic" "on" | ||
| 127 | ''; | ||
| 124 | }; | 128 | }; |
| 125 | 129 | ||
| 126 | hardware.opengl.driSupport32Bit = true; | 130 | hardware.opengl.driSupport32Bit = true; |
