102 lines
1.5 KiB
Nix
102 lines
1.5 KiB
Nix
{
|
|
self,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
environment.systemPackages = builtins.attrValues {
|
|
inherit
|
|
(pkgs)
|
|
alsa-utils
|
|
anki
|
|
asciinema
|
|
brave
|
|
cachix
|
|
calc
|
|
# calibre
|
|
cbonsai
|
|
cinny-desktop
|
|
cmus
|
|
comma
|
|
difftastic
|
|
element
|
|
element-desktop
|
|
emacs30-pgtk
|
|
evince
|
|
eza
|
|
firefox
|
|
fftw
|
|
gcc
|
|
gh
|
|
grc
|
|
gparted
|
|
git
|
|
halloy
|
|
helvum
|
|
httpie
|
|
hyperfine
|
|
imagemagick
|
|
img2pdf
|
|
impala
|
|
imv
|
|
inetutils
|
|
jujutsu
|
|
just
|
|
jrnl
|
|
keepassxc
|
|
lazygit
|
|
libtool
|
|
librewolf
|
|
links2
|
|
linuxHeaders
|
|
moc
|
|
mpv
|
|
ncmpcpp
|
|
neofetch
|
|
networkmanagerapplet
|
|
nextcloud-client
|
|
nicotine-plus
|
|
nil
|
|
nitch
|
|
obsidian
|
|
swww
|
|
microfetch
|
|
nmap
|
|
pamixer
|
|
pavucontrol
|
|
pdfarranger
|
|
pdfpc
|
|
pfetch
|
|
pidgin
|
|
playerctl
|
|
polkit
|
|
pulsemixer
|
|
python3
|
|
ripgrep
|
|
rmpc
|
|
signal-desktop
|
|
smartmontools
|
|
telegram-desktop
|
|
texliveFull
|
|
tldr
|
|
thunderbird
|
|
tor-browser
|
|
trash-cli
|
|
typst
|
|
util-linux
|
|
v4l-utils
|
|
vesktop
|
|
vlc
|
|
vscodium
|
|
weechat
|
|
wireguard-tools
|
|
xournalpp
|
|
zapzap
|
|
zip
|
|
zoxide
|
|
kakoune
|
|
kakoune-lsp
|
|
television
|
|
;
|
|
inherit (self.packages.${pkgs.stdenv.system}) helix;
|
|
};
|
|
}
|