about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <^@regexmail.net>2016-10-31 16:07:54 +0000
committerdevhell <^@regexmail.net>2016-10-31 16:07:54 +0000
commitcf72550a797c1b804165481a166f91e6c55ed968 (patch)
treeac7d9ba1749ab0b008cdb03b49e9a2acc450a4b9
parenta5f9665853e4668cc8096cab176ef0ce9a71a761 (diff)
services_titan: Temporarily enable KDE desktop
-rw-r--r--services/services_titan.nix18
1 files changed, 11 insertions, 7 deletions
diff --git a/services/services_titan.nix b/services/services_titan.nix
index 28d59cc9..774f2428 100644
--- a/services/services_titan.nix
+++ b/services/services_titan.nix
@@ -27,6 +27,10 @@
     layout = "gb";
     videoDrivers = [ "intel" ];
 
+    desktopManager.kde5 = {
+      enable = true;
+    };
+
     synaptics = {
       enable = true;
       twoFingerScroll = true;
@@ -34,14 +38,14 @@
     };
 
     displayManager.sessionCommands = ''
-      ${pkgs.xbindkeys}/bin/xbindkeys &
-      ${pkgs.nitrogen}/bin/nitrogen --restore &
+      #${pkgs.xbindkeys}/bin/xbindkeys &
+      #${pkgs.nitrogen}/bin/nitrogen --restore &
       #${pkgs.networkmanagerapplet}/bin/nm-applet &
-      ${pkgs.connmanui}/bin/connman-ui-gtk &
-      ${pkgs.xscreensaver}/bin/xscreensaver -no-splash &
-      ${pkgs.pasystray}/bin/pasystray &
-      ${pkgs.compton}/bin/compton -f &
-      ${pkgs.rofi}/bin/rofi &
+      #${pkgs.connmanui}/bin/connman-ui-gtk &
+      #${pkgs.xscreensaver}/bin/xscreensaver -no-splash &
+      #${pkgs.pasystray}/bin/pasystray &
+      #${pkgs.compton}/bin/compton -f &
+      #${pkgs.rofi}/bin/rofi &
       ${pkgs.xorg.xrdb}/bin/xrdb "${pkgs.writeText "xrdb.conf" ''
         Xft.dpi:              96
         Xft.antialias:        true