2025-05-17 23:49:11 +02:00
|
|
|
{pkgs, ...}: {
|
2025-03-02 19:11:27 +01:00
|
|
|
environment.systemPackages = builtins.attrValues {
|
|
|
|
inherit
|
|
|
|
(pkgs)
|
2025-04-09 15:31:18 +02:00
|
|
|
abook
|
|
|
|
aerc
|
|
|
|
aichat
|
2025-03-02 19:11:27 +01:00
|
|
|
alsa-utils
|
|
|
|
anki
|
|
|
|
asciinema
|
2025-05-22 22:55:17 +02:00
|
|
|
bacon
|
2025-03-02 19:11:27 +01:00
|
|
|
cachix
|
|
|
|
calc
|
2025-05-22 22:55:17 +02:00
|
|
|
cargo-info
|
2025-03-02 19:11:27 +01:00
|
|
|
cbonsai
|
2025-03-07 09:52:19 +01:00
|
|
|
cinny-desktop
|
2025-03-02 19:11:27 +01:00
|
|
|
cmus
|
2025-04-09 15:31:18 +02:00
|
|
|
comma
|
2025-03-02 19:11:27 +01:00
|
|
|
difftastic
|
2025-05-22 22:55:17 +02:00
|
|
|
dua
|
2025-03-07 09:52:19 +01:00
|
|
|
evince
|
2025-03-02 19:11:27 +01:00
|
|
|
eza
|
2025-05-22 22:55:17 +02:00
|
|
|
fselect
|
2025-03-02 19:11:27 +01:00
|
|
|
gcc
|
2025-04-02 14:52:46 +02:00
|
|
|
gh
|
2025-06-04 08:28:40 +02:00
|
|
|
ghostty
|
2025-03-02 19:11:27 +01:00
|
|
|
grc
|
|
|
|
gparted
|
|
|
|
git
|
|
|
|
halloy
|
|
|
|
helvum
|
|
|
|
httpie
|
|
|
|
hyperfine
|
|
|
|
imagemagick
|
|
|
|
img2pdf
|
|
|
|
impala
|
|
|
|
imv
|
|
|
|
inetutils
|
|
|
|
jujutsu
|
|
|
|
just
|
|
|
|
keepassxc
|
|
|
|
lazygit
|
|
|
|
libtool
|
|
|
|
librewolf
|
|
|
|
links2
|
|
|
|
linuxHeaders
|
2025-05-22 22:55:17 +02:00
|
|
|
mprocs
|
2025-03-02 19:11:27 +01:00
|
|
|
mpv
|
|
|
|
networkmanagerapplet
|
|
|
|
nitch
|
2025-03-31 14:28:30 +02:00
|
|
|
obsidian
|
2025-03-02 19:11:27 +01:00
|
|
|
swww
|
|
|
|
microfetch
|
|
|
|
nmap
|
2025-06-10 20:25:16 +02:00
|
|
|
nushell
|
2025-03-02 19:11:27 +01:00
|
|
|
pamixer
|
2025-04-09 15:31:18 +02:00
|
|
|
pwvucontrol
|
2025-03-02 19:11:27 +01:00
|
|
|
pdfarranger
|
2025-04-02 14:52:46 +02:00
|
|
|
pdfpc
|
2025-03-02 19:11:27 +01:00
|
|
|
pfetch
|
|
|
|
playerctl
|
|
|
|
polkit
|
2025-05-22 22:55:17 +02:00
|
|
|
presenterm
|
2025-03-02 19:11:27 +01:00
|
|
|
pulsemixer
|
|
|
|
ripgrep
|
|
|
|
rmpc
|
2025-05-22 22:55:17 +02:00
|
|
|
rusty-man
|
2025-03-02 19:11:27 +01:00
|
|
|
signal-desktop
|
|
|
|
smartmontools
|
|
|
|
telegram-desktop
|
|
|
|
thunderbird
|
|
|
|
trash-cli
|
|
|
|
typst
|
2025-06-04 19:13:29 +02:00
|
|
|
ungoogled-chromium
|
2025-03-02 19:11:27 +01:00
|
|
|
util-linux
|
|
|
|
v4l-utils
|
|
|
|
vlc
|
2025-03-14 09:44:49 +01:00
|
|
|
vscodium
|
2025-05-22 22:55:17 +02:00
|
|
|
wiki-tui
|
2025-03-02 19:11:27 +01:00
|
|
|
wireguard-tools
|
2025-04-09 15:31:18 +02:00
|
|
|
wordgrinder
|
2025-03-02 19:11:27 +01:00
|
|
|
xournalpp
|
2025-05-22 09:34:26 +02:00
|
|
|
zathura
|
2025-03-02 19:11:27 +01:00
|
|
|
;
|
|
|
|
};
|
2024-04-10 19:21:46 +02:00
|
|
|
}
|