2024-08-28 12:46:50 +02:00
|
|
|
{pkgs, ...}: {
|
2024-05-15 00:14:59 +02:00
|
|
|
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
|
2024-10-22 08:27:01 +02:00
|
|
|
# calibre
|
2024-07-15 09:27:55 +02:00
|
|
|
cbonsai
|
2024-07-13 22:08:21 +02:00
|
|
|
cmus
|
2024-05-15 00:14:59 +02:00
|
|
|
difftastic
|
2024-09-15 21:01:35 +02:00
|
|
|
element
|
|
|
|
element-desktop
|
2024-11-19 14:20:00 +01:00
|
|
|
emacs30-pgtk
|
2024-05-15 00:14:59 +02:00
|
|
|
evince
|
|
|
|
eza
|
2024-11-06 10:50:08 +01:00
|
|
|
firefox
|
2024-05-15 00:14:59 +02:00
|
|
|
fftw
|
|
|
|
grc
|
2024-10-14 12:06:17 +02:00
|
|
|
gparted
|
2024-05-15 00:14:59 +02:00
|
|
|
git
|
2024-09-15 21:01:35 +02:00
|
|
|
halloy
|
2024-05-15 00:14:59 +02:00
|
|
|
helvum
|
|
|
|
httpie
|
2024-08-13 11:00:58 +02:00
|
|
|
hyperfine
|
2024-05-15 00:14:59 +02:00
|
|
|
imagemagick
|
|
|
|
img2pdf
|
2024-07-08 22:24:41 +02:00
|
|
|
impala
|
2024-05-15 00:14:59 +02:00
|
|
|
imv
|
2024-07-08 22:24:41 +02:00
|
|
|
inetutils
|
2024-10-22 08:27:01 +02:00
|
|
|
jujutsu
|
2024-07-13 22:08:21 +02:00
|
|
|
jrnl
|
2024-05-15 00:14:59 +02:00
|
|
|
keepassxc
|
|
|
|
lazygit
|
2024-05-20 01:17:59 +02:00
|
|
|
libtool
|
2024-11-06 10:50:08 +01:00
|
|
|
librewolf
|
2024-05-15 00:14:59 +02:00
|
|
|
links2
|
2024-07-08 22:24:41 +02:00
|
|
|
mapscii
|
2024-07-13 22:08:21 +02:00
|
|
|
moc
|
2024-05-15 00:14:59 +02:00
|
|
|
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
|
2024-05-15 00:14:59 +02:00
|
|
|
nmap
|
|
|
|
pamixer
|
|
|
|
pavucontrol
|
|
|
|
pdfarranger
|
|
|
|
pfetch
|
|
|
|
pidgin
|
|
|
|
playerctl
|
|
|
|
polkit
|
|
|
|
python3
|
2024-05-21 23:41:23 +02:00
|
|
|
ripgrep
|
2025-01-07 19:54:27 +01:00
|
|
|
signal-desktop
|
2024-05-15 00:14:59 +02:00
|
|
|
smartmontools
|
2024-11-06 18:36:04 +01:00
|
|
|
taskwarrior3
|
|
|
|
taskwarrior-tui
|
2024-05-15 00:14:59 +02:00
|
|
|
telegram-desktop
|
2024-11-06 10:50:08 +01:00
|
|
|
texliveFull
|
2024-05-15 01:09:41 +02:00
|
|
|
tldr
|
2024-05-15 00:14:59 +02:00
|
|
|
thunderbird
|
2024-11-06 10:50:08 +01:00
|
|
|
tor-browser
|
2024-05-15 00:14:59 +02:00
|
|
|
trash-cli
|
2024-11-06 10:50:08 +01:00
|
|
|
typst
|
2024-11-19 14:20:00 +01:00
|
|
|
ungoogled-chromium
|
2024-05-15 00:14:59 +02:00
|
|
|
util-linux
|
|
|
|
v4l-utils
|
2024-11-06 10:50:08 +01:00
|
|
|
vesktop
|
2024-05-15 00:14:59 +02:00
|
|
|
vlc
|
|
|
|
weechat
|
|
|
|
wireguard-tools
|
|
|
|
xournalpp
|
|
|
|
zapzap
|
|
|
|
zip
|
|
|
|
zoxide
|
|
|
|
];
|
2024-04-10 19:21:46 +02:00
|
|
|
}
|