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 ; }; }