nichts/hosts/temperance/programs.nix

83 lines
1.1 KiB
Nix
Raw Normal View History

2024-09-18 23:04:27 +02:00
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
alsa-utils
asciinema
2024-09-18 23:04:27 +02:00
blueman
bluetuith
bluez
cachix
2024-08-13 11:00:58 +02:00
calc
2024-07-21 13:18:00 +02:00
calibre
cbonsai
cmus
difftastic
2024-09-18 23:04:27 +02:00
element
element-desktop
evince
eza
fftw
grc
git
2024-09-18 23:04:27 +02:00
halloy
helvum
httpie
2024-08-13 11:00:58 +02:00
hyperfine
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
jrnl
keepassxc
lazygit
2024-05-20 01:17:59 +02:00
libtool
links2
2024-07-21 13:18:00 +02:00
mapscii
moc
ncmpcpp
neofetch
networkmanagerapplet
nextcloud-client
nicotine-plus
nil
nitch
2024-08-21 23:11:59 +02:00
swww
2024-09-18 23:04:27 +02:00
microfetch
nmap
2024-09-18 23:04:27 +02:00
notesnook
onlyoffice-bin
pamixer
pavucontrol
pdfarranger
pfetch
2024-09-18 23:04:27 +02:00
pidgin
playerctl
polkit
2024-07-30 19:24:53 +02:00
prismlauncher
2024-07-31 02:09:58 +02:00
pulsemixer
python3
qbittorrent
2024-07-30 19:24:53 +02:00
r2modman
2024-05-21 23:41:23 +02:00
ripgrep
signal-desktop-beta
smartmontools
telegram-desktop
tldr
thunderbird
2024-07-23 00:00:26 +02:00
tor-browser
trash-cli
util-linux
v4l-utils
vlc
2024-09-18 23:04:27 +02:00
weechat
wget
wireguard-tools
2024-05-20 11:49:00 +02:00
wl-clipboard
2024-05-21 22:30:34 +02:00
xdg-utils
xournalpp
zapzap
zip
2024-09-18 23:04:27 +02:00
zoxide
];
2024-04-10 19:21:46 +02:00
}