about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-04-02 14:31:10 +0200
committerProfpatsch <mail@profpatsch.de>2020-04-02 14:35:49 +0200
commit8134644b8047567ff5ccf8e01ccdb81a4e76f086 (patch)
tree30d8278f26577333a2874db35bac42d00658eeab /machines
parentd4ddb4b1079d3b58e93142184b9bcf57bb596ead (diff)
machines/katara: add chromium & comment nix-diff
nix-diff is broken atm.
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/shiki.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index ad7c75bd..2164f1b4 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -192,6 +192,7 @@ in {
         audacity lame.lib    # audio editor and mp3 codec
         # myPkgs.beets         # audio file metadata tagger
         firefox              # browser
+        chromium             # second browser for good measure
         cups                 # print tools, mainly for lp(1)
         pkgs.vuizvui.profpatsch.droopy # simple HTML upload server
         # electrum             # bitcoin client
@@ -207,6 +208,7 @@ in {
         poppler_utils        # pdfto*
         ranger               # CLI file browser
         remind               # calender & reminder program
+        taskwarrior tasksh   # task manager
         unfreeAndNonDistributablePkgs.steam # the one gaming platform
         youtube-dl           # download videos
         zathura              # pdf viewer
@@ -231,7 +233,7 @@ in {
         mu                   # mail indexing w/ emacs mode
       ];
       nixPkgs = [
-        nix-diff                  # structurally diff two derivations
+        # nix-diff                  # structurally diff two derivations
         nix-prefetch-scripts      # prefetch store paths from various destinations
         pkgs.vuizvui.taalo-build  # build derivation on taalo
       ];
@@ -242,7 +244,6 @@ in {
         (texlive.combine { inherit (texlive) scheme-small pdfjam; })
         # move script/nix-cache-binary to here
         cdb
-        taskwarrior tasksh
         myPkgs.zoomboxed
       ];
     in systemPkgs ++ xPkgs ++ guiPkgs