about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <^@regexmail.net>2017-02-22 17:13:05 +0000
committerdevhell <^@regexmail.net>2017-02-22 17:13:05 +0000
commit65b3ce8dab6d5e077501e7b2280d25587334b292 (patch)
treedfe346254581c47c6cc8a251eaaf6ddbcede60e3
parentbfd1384e6c75630e594c2ab77712949680f6de57 (diff)
Revert "services_eris: Move to KDE5 on eris too"
This reverts commit 407ad41d42d29d5401578a3f8bb93d55a845aa9d.

There's no need for KDE5 on here anymore either.
-rw-r--r--services/services_eris.nix15
1 files changed, 4 insertions, 11 deletions
diff --git a/services/services_eris.nix b/services/services_eris.nix
index e57affe4..2021853e 100644
--- a/services/services_eris.nix
+++ b/services/services_eris.nix
@@ -33,10 +33,6 @@
     layout = "gb";
     videoDrivers = [ "intel" ];
 
-    desktopManager.kde5 = {
-      enable = true;
-    };
-
     synaptics = {
       enable = true;
       twoFingerScroll = true;
@@ -44,14 +40,11 @@
     };
 
     displayManager.sessionCommands = ''
-      #${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.xorg.xsetroot}/bin/xsetroot -solid black
+      ${pkgs.networkmanagerapplet}/bin/nm-applet &
+      ${pkgs.pasystray}/bin/pasystray &
       #${pkgs.compton}/bin/compton -f &
-      #${pkgs.rofi}/bin/rofi &
+      ${pkgs.rofi}/bin/rofi &
       ${pkgs.xorg.xrdb}/bin/xrdb "${pkgs.writeText "xrdb.conf" ''
         Xft.dpi:              96
         Xft.antialias:        true