about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-02-04 11:34:43 +0100
committerProfpatsch <mail@profpatsch.de>2021-02-04 11:34:43 +0100
commit8faf9338c363df8cebae4089b8c4b1832b6cb251 (patch)
tree286d34066ea4fcbb77b3a5b636ef5112142624b5
parent9cdf4f5ac5eaa6e06f0a7bc3e82ce1183b111e52 (diff)
machines/shiki: disable some software I don’t use
-rw-r--r--machines/profpatsch/shiki.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 6d593de4..a3baab6e 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -212,9 +212,9 @@ in {
         emacs                # pretty neat operating system i guess
         imv                  # young brother of feh and less meh
         filezilla            # FTP GUI business-ready interface framework
-        gimp                 # graphics
+        # gimp                 # graphics
         inkscape             # vector graphics
-        libreoffice          # a giant ball of C++, that sometimes helps with proprietary shitformats
+        # libreoffice          # a giant ball of C++, that sometimes helps with proprietary shitformats
         myPkgs.mumble
         myPkgs.mpv           # you are my sun and my stars, and you play my stuff.
         pass                 # standard unix password manager
@@ -249,7 +249,7 @@ in {
       nixPkgs = [
         # nix-diff                  # structurally diff two derivations
         nix-prefetch-scripts      # prefetch store paths from various destinations
-        pkgs.vuizvui.taalo-build  # build derivation on taalo
+        # pkgs.vuizvui.taalo-build  # build derivation on taalo
       ];
       tmpPkgs = [
         # TODO needs user service
@@ -270,7 +270,7 @@ in {
           exe = pkgs.vuizvui.profpatsch.nix-eval;
           name = "nix-eval";
         })
-        myPkgs.zoomboxed
+        # myPkgs.zoomboxed
       ];
     in systemPkgs ++ xPkgs ++ guiPkgs
     ++ programmingTools ++ documentation