nichts/hosts/temperance/programs.nix

61 lines
883 B
Nix
Raw Normal View History

2024-09-18 23:04:27 +02:00
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
2024-09-23 18:54:07 +02:00
# FIXME: temporary
# libayatana-appindicator-gtk3
libayatana-appindicator
alsa-utils
asciinema
bottles
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
2024-10-08 18:23:17 +02:00
emacs30-pgtk
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
lutris
nextcloud-client
nicotine-plus
2024-08-21 23:11:59 +02:00
swww
2024-09-18 23:04:27 +02:00
microfetch
nmap
# onlyoffice-bin
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
telegram-desktop
thunderbird
2024-07-23 00:00:26 +02:00
tor-browser
trash-cli
tutanota-desktop
typst
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
}