about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/base-workstation.nix1
-rw-r--r--machines/profpatsch/katara.nix4
2 files changed, 4 insertions, 1 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index 9b572671..e19a755b 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -49,6 +49,7 @@ in {
         dos2unix          # text file conversion
         manpages          # system manpages (not included by default)
         mkpasswd          # UNIX password creator
+        ncdu              # disk size checker
         smartmontools     # check disk state
         stow              # dotfile management
         traceroute        # trace ip routes
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 2c73e31a..9300abb5 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -124,6 +124,8 @@ in {
         gitAndTools.git-annex        # version controlled binary file storage
         gitAndTools.git-dit          # decentral issue tracking for git
 
+        # TODO: move to user config
+        go
         httpie                       # nice http CLI
         jq                           # json filter
         # jid                          # interactive/incremental JSON digger
@@ -141,7 +143,7 @@ in {
         anki mecab kakasi    # spaced repetition system & japanese analyzer
         # TODO integrate lame into audacity
         audacity lame.lib    # audio editor and mp3 codec
-        myPkgs.beets         # audio file metadata tagger
+        # myPkgs.beets         # audio file metadata tagger
         # chromium             # browser
         (chromium.override { enablePepperFlash = true; })
         pkgs.vuizvui.profpatsch.droopy # simple HTML upload server