From 8faf9338c363df8cebae4089b8c4b1832b6cb251 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 4 Feb 2021 11:34:43 +0100 Subject: machines/shiki: disable some software I don’t use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- machines/profpatsch/shiki.nix | 8 ++++---- 1 file 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 -- cgit 1.4.1