nichts/hosts/temperance/programs.nix

68 lines
941 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
cachix
calc
calibre
difftastic
distrobox
2024-11-01 15:54:20 +01:00
element-desktop
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
jujutsu
keepassxc
lazygit
libtool
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
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
2024-11-01 15:54:20 +01:00
signal-desktop-beta
strawberry
telegram-desktop
texliveFull
thunderbird
tor-browser
trash-cli
tutanota-desktop
typst
ungoogled-chromium
2024-11-04 01:20:09 +01:00
vesktop
2024-11-01 15:54:20 +01:00
wineWowPackages.waylandFull
wireguard-tools
xdg-utils
xournalpp
zapzap
zoxide
];
2024-04-10 19:21:46 +02:00
}