nichts/hosts/temperance/programs.nix
faukah 58f0189a6b temperance: clean up programs
Signed-off-by: faukah <fau@faukah.com>
Change-Id: I6a6a6964d0d546be1fb6aaf4867b10f774e41b4d
2025-08-01 12:29:01 +02:00

81 lines
1.2 KiB
Nix

{ pkgs, ... }:
{
environment.systemPackages = builtins.attrValues {
inherit (pkgs)
alsa-utils
anki
asciinema
beets
bubblewrap
cachix
calc
calibre
carapace
digikam
difftastic
dnsutils
evince
gcc
gh
gnumake
gparted
halloy
helvum
httpie
imagemagick
imhex
img2pdf
impala
imv
inetutils
inshellisense
jujutsu
just
keepassxc
lazygit
librewolf
libtool
logiops
mergiraf
mpv
nautilus
nicotine-plus
obsidian
oculante
pandoc
pavucontrol
pdfarranger
picard
pulsemixer
pwvucontrol
qbittorrent
radare2
ripgrep
rmpc
signal-desktop
starship
telegram-desktop
thunderbird
topiary
tor-browser
trash-cli
typst
vesktop
vivid
wireguard-tools
xdg-utils
xournalpp
zapzap
zathura
zotero
zoxide
curl
git
wget
unzip
zip
util-linux
zed-editor
;
};
}