nichts/hosts/temperance/programs.nix

62 lines
872 B
Nix
Raw Normal View History

2024-09-18 23:04:27 +02:00
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
alsa-utils
2024-10-09 22:49:51 +02:00
anki
asciinema
2024-09-18 23:04:27 +02:00
cachix
2024-08-13 11:00:58 +02:00
calc
2024-07-21 13:18:00 +02:00
calibre
difftastic
element-desktop
evince
eza
gcc
gnumake
2024-09-18 23:04:27 +02:00
halloy
helvum
httpie
2024-09-18 23:04:27 +02:00
imagemagick
img2pdf
2024-07-21 13:18:00 +02:00
impala
imv
2024-07-21 13:18:00 +02:00
inetutils
2024-10-06 17:55:42 +02:00
jujutsu
keepassxc
lazygit
2024-05-20 01:17:59 +02:00
libtool
nextcloud-client
nicotine-plus
2024-08-21 23:11:59 +02:00
swww
2024-09-18 23:04:27 +02:00
microfetch
nmap
2024-10-09 22:49:51 +02:00
nyxt
# onlyoffice-bin
pandoc
pavucontrol
pdfarranger
polkit
2024-07-31 02:09:58 +02:00
pulsemixer
python3
pwvucontrol
qbittorrent
2024-07-30 19:24:53 +02:00
r2modman
2024-05-21 23:41:23 +02:00
ripgrep
signal-desktop-beta
2024-10-09 22:49:51 +02:00
strawberry
telegram-desktop
texliveFull
thunderbird
2024-07-23 00:00:26 +02:00
tor-browser
trash-cli
tutanota-desktop
typst
ungoogled-chromium
wineWowPackages.waylandFull
wireguard-tools
2024-05-21 22:30:34 +02:00
xdg-utils
xournalpp
zapzap
2024-09-18 23:04:27 +02:00
zoxide
];
2024-04-10 19:21:46 +02:00
}