nichts/hosts/temperance/programs.nix
Bloxx12 e641dfa114
treewide: format using nixfmt
Signed-off-by: Bloxx12 <charlie@charlieroot.dev>
Change-Id: I6a6a69641c36f9763e104087a559c148d0449f00
2025-07-20 02:14:32 +02:00

87 lines
1.2 KiB
Nix

{ pkgs, ... }:
{
environment.systemPackages = builtins.attrValues {
inherit (pkgs)
alsa-utils
anki
asciinema
beets
bubblewrap
cachix
calc
calibre
carapace
comma
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
python3
pwvucontrol
qbittorrent
r2modman
radare2
ripgrep
rmpc
ruby_3_2
signal-desktop
starship
telegram-desktop
thunderbird
topiary
tor-browser
trash-cli
tutanota-desktop
typst
vesktop
vivid
wayneko
wireguard-tools
xdg-utils
xournalpp
zapzap
zathura
zotero
zoxide
curl
git
wget
unzip
zip
util-linux
zed-editor
;
};
}