about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-10-18 15:17:47 +0200
committerProfpatsch <mail@profpatsch.de>2016-10-18 15:20:00 +0200
commite8223468e073d15cbec86d3374aba84eb127ed61 (patch)
tree5caffda54467b646ae4658b0e0b5bf28e2cc7fac /machines/profpatsch
parentfccbe672dbf96673bd6393d51a69413b73a68897 (diff)
machines/katara: use getBin
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/katara.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index ef025be7..9da63bab 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -266,12 +266,13 @@ in {
 
             set-background &
             # TODO xbindkeys user service file
-            ${xbindkeys}/bin/xbindkeys
+            ${lib.getBin xbindkeys}/bin/xbindkeys
             nice -n19 dropbox-cli start &
             nm-applet &
             # synchronize clipboards
-            ${autocutsel}/bin/autocutsel -s PRIMARY &
-            '';
+            ${lib.getBin autocutsel}/bin/autocutsel -s PRIMARY &
+            ${lib.getBin twmn}/bin/twmnd &
+          '';
       };
 
     };