nichts/hosts/temperance/programs.nix
2025-07-16 22:15:41 +02:00

98 lines
1.5 KiB
Nix

{pkgs, ...}: {
environment.systemPackages = builtins.attrValues {
inherit
(pkgs)
alsa-utils
anki
asciinema
beets
bitwarden-cli
bitwarden-desktop
bubblewrap
cachix
calc
calibre
carapace
comma
digikam
difftastic
dnsutils
evince
gcc
gh
gnumake
gparted
halloy
helvum
httpie
imagemagick
imhex
img2pdf
impala
imv
inetutils
joplin-desktop
jujutsu
julia
just
keepassxc
lazygit
librewolf
libtool
logiops
mergiraf
mpv
nautilus
nicotine-plus
obsidian
oculante
pandoc
pavucontrol
pdfarranger
picard
polkit
pulsemixer
python3
pwvucontrol
qbittorrent
r2modman
radare2
ripgrep
rmpc
ruby_3_2
signal-desktop
spotify
starship
telegram-desktop
texliveFull
thunderbird
topiary
tor-browser
trash-cli
tutanota-desktop
typst
vesktop
vivid
walker
wayneko
wireguard-tools
xdg-utils
xournalpp
zapzap
zathura
zotero
zoxide
# coreutils-full # All of the GNU coreutils
curl # I sometimes need to curl stuff
git # take a guess
wget
unzip # zipping and unzipping stuff
zip
util-linux
;
inherit
(pkgs.wineWowPackages)
waylandFull
;
};
}