about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-10-18 15:15:11 +0200
committerProfpatsch <mail@profpatsch.de>2016-10-18 15:18:31 +0200
commitded875348dfd16f0a8972e60b2a900e39d6553e5 (patch)
treeb50b3c7b32c3481de6b669d785516a4998f2a1d6 /machines/profpatsch
parent107c54d796094136a8cad5e06d8f51ecdff77e90 (diff)
machines/katara: remove references to taffybar
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/katara.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 23cb69f4..3dbeeab8 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -87,7 +87,6 @@ in {
         xclip             # clipboard thingy
         xorg.xkill        # X11 application kill
         # TODO get service to work (requires user dbus)
-        myPkgs.taffybar
       ];
       guiPkgs = [
         gnome3.adwaita-icon-theme
@@ -206,9 +205,6 @@ in {
     # Automount
     services.udisks2.enable = true;
 
-    # TODO: taffybar battery depends on this
-    services.upower.enable = true;
-
     ###################
     # Graphical System
 
@@ -232,7 +228,7 @@ in {
       # otherwise xterm is enabled, creating an xterm that spawns the window manager.
       desktopManager.xterm.enable = false;
 
-      # TODO: include taffybar
+
       windowManager.xmonad = {
         enable = true;
         enableContribAndExtras = true;