80 lines
1.1 KiB
Nix
80 lines
1.1 KiB
Nix
{
|
|
self,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
environment.systemPackages = builtins.attrValues {
|
|
inherit
|
|
(pkgs)
|
|
alsa-utils
|
|
anki
|
|
asciinema
|
|
brave
|
|
cachix
|
|
calc
|
|
cbonsai
|
|
cinny-desktop
|
|
cmus
|
|
comma
|
|
difftastic
|
|
element
|
|
element-desktop
|
|
evince
|
|
eza
|
|
gcc
|
|
gh
|
|
grc
|
|
gparted
|
|
git
|
|
halloy
|
|
helvum
|
|
httpie
|
|
hyperfine
|
|
imagemagick
|
|
img2pdf
|
|
impala
|
|
imv
|
|
inetutils
|
|
jujutsu
|
|
just
|
|
keepassxc
|
|
lazygit
|
|
libtool
|
|
librewolf
|
|
links2
|
|
linuxHeaders
|
|
mpv
|
|
networkmanagerapplet
|
|
nil
|
|
nitch
|
|
obsidian
|
|
swww
|
|
microfetch
|
|
nmap
|
|
pamixer
|
|
pwvucontrol
|
|
pdfarranger
|
|
pdfpc
|
|
pfetch
|
|
playerctl
|
|
polkit
|
|
pulsemixer
|
|
python3
|
|
ripgrep
|
|
rmpc
|
|
signal-desktop
|
|
smartmontools
|
|
telegram-desktop
|
|
thunderbird
|
|
trash-cli
|
|
typst
|
|
util-linux
|
|
v4l-utils
|
|
vlc
|
|
vscodium
|
|
wireguard-tools
|
|
xournalpp
|
|
;
|
|
inherit (self.packages.${pkgs.stdenv.system}) helix;
|
|
};
|
|
}
|