nichts/hosts/hermit/programs.nix

75 lines
958 B
Nix
Raw Normal View History

2024-08-28 12:46:50 +02:00
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
2024-10-01 16:07:45 +02:00
ladybird
alsa-utils
asciinema
2024-07-06 13:39:24 +02:00
blueman
bluetuith
bluez
2024-07-07 23:45:18 +02:00
cachix
2024-07-10 22:10:54 +02:00
calc
2024-07-13 22:08:21 +02:00
calibre
2024-07-15 09:27:55 +02:00
cbonsai
2024-07-13 22:08:21 +02:00
cmus
difftastic
element
element-desktop
evince
eza
fftw
grc
git
halloy
helvum
httpie
2024-08-13 11:00:58 +02:00
hyperfine
imagemagick
img2pdf
impala
imv
inetutils
2024-07-13 22:08:21 +02:00
jrnl
keepassxc
lazygit
2024-05-20 01:17:59 +02:00
libtool
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
notesnook
pamixer
pavucontrol
pdfarranger
pfetch
pidgin
playerctl
polkit
python3
2024-05-21 23:41:23 +02:00
ripgrep
signal-desktop-beta
smartmontools
telegram-desktop
tldr
thunderbird
trash-cli
util-linux
v4l-utils
vlc
weechat
wireguard-tools
xournalpp
zapzap
zip
zoxide
];
2024-04-10 19:21:46 +02:00
}