nichts/hosts/temperance/programs.nix

86 lines
1.2 KiB
Nix
Raw Normal View History

{pkgs, ...}: {
environment.systemPackages = builtins.attrValues {
inherit
(pkgs)
alsa-utils
anki
asciinema
beets
bubblewrap
cachix
calc
calibre
comma
2025-04-08 21:59:42 +02:00
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
mpv
nautilus
nicotine-plus
obsidian
2025-04-16 22:34:25 +02:00
oculante
pandoc
pavucontrol
pdfarranger
picard
polkit
pulsemixer
python3
pwvucontrol
qbittorrent
r2modman
radare2
ripgrep
rmpc
ruby_3_2
signal-desktop
2025-07-09 22:12:08 +02:00
spotify
strawberry
telegram-desktop
texliveFull
thunderbird
tor-browser
trash-cli
tutanota-desktop
typst
2025-07-09 22:12:08 +02:00
vesktop
walker
wayneko
wireguard-tools
xdg-utils
xournalpp
zapzap
zathura
zotero
zoxide
;
inherit
(pkgs.wineWowPackages)
waylandFull
;
};
2024-04-10 19:21:46 +02:00
}