summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-07-04 12:51:55 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-07-04 12:51:55 +0200
commit84c7006a5465ba92e451b3044d36f673168ea35a (patch)
treee6de24b7f81d202de7b8d469ffddc16ad6e77300 /vali.nix
parenta1cd48476369943aadb80e2a5cbfb7da52036d65 (diff)
downloadnixos-84c7006a5465ba92e451b3044d36f673168ea35a.tar
nixos-84c7006a5465ba92e451b3044d36f673168ea35a.tar.gz
nixos-84c7006a5465ba92e451b3044d36f673168ea35a.tar.bz2
nixos-84c7006a5465ba92e451b3044d36f673168ea35a.tar.xz
nixos-84c7006a5465ba92e451b3044d36f673168ea35a.zip
Tweaks to X11 on vali
Diffstat (limited to 'vali.nix')
-rw-r--r--vali.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/vali.nix b/vali.nix
index 22174bc2..77685939 100644
--- a/vali.nix
+++ b/vali.nix
@@ -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;