nichts/hosts/temperance/programs.nix

78 lines
1 KiB
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
distrobox
2024-11-01 15:54:20 +01:00
element-desktop
emacs30-pgtk
2024-11-01 15:54:20 +01:00
evince
eza
gcc
ida-free
2024-11-01 15:54:20 +01:00
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
nicotine-plus
swww
microfetch
nmap
# onlyoffice-bin
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
sayonara
signal-desktop
2024-11-01 15:54:20 +01:00
strawberry
telegram-desktop
texliveFull
thunderbird
tor-browser
trash-cli
tutanota-desktop
typst
2024-11-04 01:20:09 +01:00
vesktop
walker
wayneko
2024-11-01 15:54:20 +01:00
wineWowPackages.waylandFull
wireguard-tools
xdg-utils
xournalpp
zapzap
zotero
2024-11-01 15:54:20 +01:00
zoxide
];
2024-04-10 19:21:46 +02:00
}