about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-07-20 13:01:12 +0200
committerProfpatsch <mail@profpatsch.de>2018-07-20 13:01:12 +0200
commit04c5ce385993ec1671b716dee0046e81e94b668f (patch)
tree0dd2fae653c465c2487ea2bb698dc7756b965ded /machines/profpatsch
parent6faaab46e0d49f4e47af2b1db16eddb859038159 (diff)
machines/katara: add more utils
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/katara.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 2c1db1be..5dbd7763 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -143,7 +143,10 @@ in {
         telnet                       # tcp debugging
         pkgs.vuizvui.profpatsch.nix-http-serve # serve nix builds and rebuild on reloads
         pkgs.vuizvui.profpatsch.nman # open man pages in temporary nix shell
-        pkgs.vuizvui.profpatsch.warpspeed # trivial http file server
+        pkgs.vuizvui.profpatsch.warpspeed    # trivial http file server
+        pkgs.vuizvui.profpatsch.nix-gen      # generate nix expressions
+        pkgs.vuizvui.profpatsch.watch-server # restart server on code change
+        pkgs.vuizvui.profpatsch.until        # restart until cmd succeeds
       ];
       documentation = [
         # mustache-spec NOT IN 16.09
@@ -204,7 +207,6 @@ in {
         redshift   # increases screen warmth at night (so i don’t have to feel cold)
         # on remove keep pdfjam!
         (texlive.combine { inherit (texlive) scheme-medium latexmk IEEEtran needspace; })
-        pkgs.vuizvui.profpatsch.nix-gen
       ];
     in systemPkgs ++ xPkgs ++ guiPkgs
     ++ programmingTools ++ documentation