From 84c7006a5465ba92e451b3044d36f673168ea35a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 4 Jul 2015 12:51:55 +0200 Subject: Tweaks to X11 on vali --- vali.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vali.nix') diff --git a/vali.nix b/vali.nix index 22174bc2..77685939 100644 --- a/vali.nix +++ b/vali.nix @@ -107,6 +107,11 @@ rec { ''; }; + desktopManager.xterm = { + enable = false; + }; + desktopManager.default = "none"; + enable = true; autorun = true; @@ -116,6 +121,7 @@ rec { videoDrivers = [ "nvidia" ]; config = builtins.readFile ./vali-X.conf; + exportConfiguration = true; }; hardware.opengl.driSupport32Bit = true; -- cgit v1.2.3