diff options
-rw-r--r-- | vali.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -107,6 +107,11 @@ rec { | |||
107 | ''; | 107 | ''; |
108 | }; | 108 | }; |
109 | 109 | ||
110 | desktopManager.xterm = { | ||
111 | enable = false; | ||
112 | }; | ||
113 | desktopManager.default = "none"; | ||
114 | |||
110 | enable = true; | 115 | enable = true; |
111 | autorun = true; | 116 | autorun = true; |
112 | 117 | ||
@@ -116,6 +121,7 @@ rec { | |||
116 | 121 | ||
117 | videoDrivers = [ "nvidia" ]; | 122 | videoDrivers = [ "nvidia" ]; |
118 | config = builtins.readFile ./vali-X.conf; | 123 | config = builtins.readFile ./vali-X.conf; |
124 | exportConfiguration = true; | ||
119 | }; | 125 | }; |
120 | 126 | ||
121 | hardware.opengl.driSupport32Bit = true; | 127 | hardware.opengl.driSupport32Bit = true; |