diff options
Diffstat (limited to 'vali.nix')
-rw-r--r-- | vali.nix | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -120,12 +120,6 @@ rec { | |||
120 | xkbOptions = "compose:caps"; | 120 | xkbOptions = "compose:caps"; |
121 | 121 | ||
122 | videoDrivers = [ "nvidia" ]; | 122 | videoDrivers = [ "nvidia" ]; |
123 | exportConfiguration = true; | ||
124 | |||
125 | screenSection = '' | ||
126 | Option "BaseMosaic" "on" | ||
127 | Option "metamodes" "GPU-56c70ba9-8016-11a3-8e55-fef1dc4f9f2a.HDMI-0: nvidia-auto-select +1920+0, GPU-56c70ba9-8016-11a3-8e55-fef1dc4f9f2a.DVI-I-3: nvidia-auto-select +0+0, GPU-9675293c-99a7-a649-b0e1-ce7030f8e486.DVI-I-2: nvidia-auto-select +3840+0" | ||
128 | ''; | ||
129 | }; | 123 | }; |
130 | 124 | ||
131 | hardware.opengl.driSupport32Bit = true; | 125 | hardware.opengl.driSupport32Bit = true; |