summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vali.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/vali.nix b/vali.nix
index d5770c26..3c435290 100644
--- a/vali.nix
+++ b/vali.nix
@@ -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;