From 492f835872c1c201646b8629f1930cbc25e4b3d1 Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Wed, 31 Jan 2024 19:47:10 +0100 Subject: [PATCH] feat: added programs --- modules/packages.nix | 1 + users/gandalf/modules/gui/programs/default.nix | 2 ++ users/gandalf/modules/packages.nix | 1 + 3 files changed, 4 insertions(+) diff --git a/modules/packages.nix b/modules/packages.nix index 514e75f..948c03a 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -15,6 +15,7 @@ libsecret xidel # xml parser nvd # nix diff package versions between two store paths + inotify-tools # set of command-line programs providing a simple interface to inotify ] ++ lib.optionals (devenv.enable) [ # languages gcc13 diff --git a/users/gandalf/modules/gui/programs/default.nix b/users/gandalf/modules/gui/programs/default.nix index 85b3ba9..b478f6e 100644 --- a/users/gandalf/modules/gui/programs/default.nix +++ b/users/gandalf/modules/gui/programs/default.nix @@ -17,6 +17,7 @@ gnome.nautilus gimp vlc + calibre qbittorrent gnome.simple-scan telegram-desktop @@ -24,6 +25,7 @@ zoom-us zathura obsidian + libreoffice carla # audio plugin host aether-lv2 # an algorithmic reverb lv2 based on cloudseed ] ++ lib.optionals nixosConfig.bchmnn.printing.enable [ diff --git a/users/gandalf/modules/packages.nix b/users/gandalf/modules/packages.nix index 493e7d3..5dbe94f 100644 --- a/users/gandalf/modules/packages.nix +++ b/users/gandalf/modules/packages.nix @@ -9,6 +9,7 @@ duf # disk usage/free utility - a better 'df' alternative phoronix-test-suite # the phoronix test suite open-source, cross-platform automated testing/benchmarking software ffmpeg + texliveFull ]; }