2025-05-15 11:22:57 +02:00
|
|
|
{
|
|
|
|
self,
|
|
|
|
pkgs,
|
|
|
|
...
|
2025-07-20 01:23:48 +02:00
|
|
|
}:
|
|
|
|
{
|
2025-05-15 11:22:57 +02:00
|
|
|
environment.systemPackages = builtins.attrValues {
|
2025-07-20 01:23:48 +02:00
|
|
|
inherit (pkgs)
|
2025-05-15 11:22:57 +02:00
|
|
|
calc
|
|
|
|
comma
|
|
|
|
difftastic
|
|
|
|
evince
|
|
|
|
eza
|
|
|
|
gcc
|
|
|
|
gh
|
|
|
|
grc
|
|
|
|
gparted
|
|
|
|
git
|
|
|
|
httpie
|
|
|
|
imagemagick
|
|
|
|
img2pdf
|
|
|
|
imv
|
|
|
|
inetutils
|
|
|
|
jujutsu
|
|
|
|
just
|
|
|
|
lazygit
|
|
|
|
libtool
|
|
|
|
librewolf
|
|
|
|
linuxHeaders
|
|
|
|
mpv
|
|
|
|
networkmanagerapplet
|
|
|
|
microfetch
|
|
|
|
nmap
|
|
|
|
pfetch
|
|
|
|
ripgrep
|
|
|
|
smartmontools
|
|
|
|
util-linux
|
|
|
|
wireguard-tools
|
|
|
|
;
|
|
|
|
};
|
|
|
|
}
|