diff options
-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; |