nichts/hosts/temperance/programs.nix

88 lines
1.3 KiB
Nix
Raw Normal View History

{pkgs, ...}: let
in {
environment.systemPackages = builtins.attrValues {
inherit
(pkgs)
alsa-utils
anki
asciinema
beets
bubblewrap
cachix
calc
calibre
cinny-desktop
vscodium
difftastic
dnsutils
devenv
element-desktop
evince
gcc
gnumake
gparted
halloy
helvum
httpie
imagemagick
imhex
img2pdf
impala
imv
inetutils
joplin-desktop
jujutsu
julia
just
keepassxc
lazygit
librewolf
libtool
logiops
mpv
nautilus
nextcloud-client
nheko
nicotine-plus
obsidian
swww
pandoc
pavucontrol
pdfarranger
picard
polkit
pulsemixer
python3
pwvucontrol
qbittorrent
r2modman
radare2
ripgrep
rmpc
ruby_3_2
signal-desktop
strawberry
telegram-desktop
texliveFull
thunderbird
tor-browser
trash-cli
tutanota-desktop
typst
walker
wayneko
wireguard-tools
xdg-utils
xournalpp
zapzap
zathura
zotero
zoxide
;
inherit
(pkgs.wineWowPackages)
waylandFull
;
};
2024-04-10 19:21:46 +02:00
}