about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2015-12-18 14:35:29 +0100
committerProfpatsch <mail@profpatsch.de>2015-12-18 14:55:30 +0100
commite592152ca8b532f716acbdeca18cb8f3b7ba1f48 (patch)
tree2884ea064c35573113e37fd710c1c89e530dd307 /machines
parente3eaae9bfd57e159781fe02a59ac6ef5fec7481f (diff)
katara: add taffybar dependencies
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 4488867b..1707e40f 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -96,6 +96,7 @@ in {
         gnupg
         htop
         imagemagick
+        jmtpfs
         manpages
         mkpasswd
         mosh
@@ -115,7 +116,7 @@ in {
         libnotify
         lxappearance
         xbindkeys
-        haskellPackages.xmobar
+        taffybar #haskellPackages.xmobar
       ];
       guiPkgs = [
         gnome3.adwaita-icon-theme
@@ -215,6 +216,9 @@ in {
       SystemMaxUse=50M
     '';
 
+    # TODO: taffybar battery depends on this
+    services.upower.enable = true;
+
     ###################
     # Graphical System
 
@@ -235,6 +239,8 @@ 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;