nichts/hosts/temperance/programs.nix

72 lines
963 B
Nix
Raw Normal View History

2024-11-01 14:51:13 +01:00
{pkgs, ...}: {
2024-11-01 15:54:20 +01:00
environment.systemPackages = with pkgs; [
alsa-utils
anki
asciinema
beets
2024-11-01 15:54:20 +01:00
cachix
calc
difftastic
2025-02-26 21:28:08 +01:00
dnsutils
2024-11-01 15:54:20 +01:00
element-desktop
evince
gcc
gnumake
halloy
helvum
httpie
imagemagick
imhex
2024-11-01 15:54:20 +01:00
img2pdf
impala
imv
inetutils
joplin-desktop
2024-11-01 15:54:20 +01:00
jujutsu
julia
just
2024-11-01 15:54:20 +01:00
keepassxc
lazygit
librewolf
2024-11-01 15:54:20 +01:00
libtool
logiops
2024-11-02 17:45:34 +01:00
mpv
2024-11-01 15:54:20 +01:00
nextcloud-client
2025-03-02 14:04:41 +01:00
nheko
2024-11-01 15:54:20 +01:00
nicotine-plus
swww
pandoc
pavucontrol
pdfarranger
picard
2024-11-01 15:54:20 +01:00
polkit
pulsemixer
python3
pwvucontrol
qbittorrent
r2modman
radare2
2024-11-01 15:54:20 +01:00
ripgrep
2024-11-02 10:54:12 +01:00
rmpc
signal-desktop
2024-11-01 15:54:20 +01:00
strawberry
telegram-desktop
texliveFull
thunderbird
tor-browser
trash-cli
tutanota-desktop
typst
walker
wayneko
2024-11-01 15:54:20 +01:00
wineWowPackages.waylandFull
wireguard-tools
xdg-utils
xournalpp
zapzap
2025-03-02 14:04:41 +01:00
zathura
zotero
2024-11-01 15:54:20 +01:00
zoxide
];
2024-04-10 19:21:46 +02:00
}