From 0fa9bee8652345d1c9e02fe626eeffac2affd187 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Sat, 19 Jul 2025 00:11:32 +0200 Subject: [PATCH] temperance/programs: program updates --- hosts/temperance/programs.nix | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/hosts/temperance/programs.nix b/hosts/temperance/programs.nix index 2ba5492..ab7e901 100644 --- a/hosts/temperance/programs.nix +++ b/hosts/temperance/programs.nix @@ -6,8 +6,6 @@ anki asciinema beets - bitwarden-cli - bitwarden-desktop bubblewrap cachix calc @@ -31,9 +29,9 @@ impala imv inetutils + inshellisense joplin-desktop jujutsu - julia just keepassxc lazygit @@ -64,7 +62,6 @@ spotify starship telegram-desktop - texliveFull thunderbird topiary tor-browser @@ -73,7 +70,6 @@ typst vesktop vivid - walker wayneko wireguard-tools xdg-utils @@ -82,17 +78,13 @@ zathura zotero zoxide - # coreutils-full # All of the GNU coreutils - curl # I sometimes need to curl stuff - git # take a guess + curl + git wget - unzip # zipping and unzipping stuff + unzip zip util-linux - ; - inherit - (pkgs.wineWowPackages) - waylandFull + zed-editor ; }; }