nichts/hosts/hermit/programs.nix

82 lines
1.1 KiB
Nix
Raw Normal View History

2024-08-28 12:46:50 +02:00
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
alsa-utils
asciinema
2024-07-07 23:45:18 +02:00
cachix
2024-07-10 22:10:54 +02:00
calc
# calibre
2024-07-15 09:27:55 +02:00
cbonsai
2024-07-13 22:08:21 +02:00
cmus
difftastic
element
element-desktop
2024-11-19 14:20:00 +01:00
emacs30-pgtk
evince
eza
2024-11-06 10:50:08 +01:00
firefox
fftw
grc
2024-10-14 12:06:17 +02:00
gparted
git
halloy
helvum
httpie
2024-08-13 11:00:58 +02:00
hyperfine
imagemagick
img2pdf
impala
imv
inetutils
jujutsu
2024-07-13 22:08:21 +02:00
jrnl
keepassxc
lazygit
2024-05-20 01:17:59 +02:00
libtool
2024-11-06 10:50:08 +01:00
librewolf
links2
mapscii
2024-07-13 22:08:21 +02:00
moc
ncmpcpp
neofetch
networkmanagerapplet
nextcloud-client
nicotine-plus
nil
nitch
2024-08-21 23:11:59 +02:00
swww
2024-08-27 17:55:01 +02:00
microfetch
nmap
pamixer
pavucontrol
pdfarranger
pfetch
pidgin
playerctl
polkit
python3
2024-05-21 23:41:23 +02:00
ripgrep
signal-desktop-beta
smartmontools
taskwarrior3
taskwarrior-tui
telegram-desktop
2024-11-06 10:50:08 +01:00
texliveFull
tldr
thunderbird
2024-11-06 10:50:08 +01:00
tor-browser
trash-cli
2024-11-06 10:50:08 +01:00
typst
2024-11-19 14:20:00 +01:00
ungoogled-chromium
util-linux
v4l-utils
2024-11-06 10:50:08 +01:00
vesktop
vlc
weechat
wireguard-tools
xournalpp
zapzap
zip
zoxide
];
2024-04-10 19:21:46 +02:00
}