Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a69643f4d6374e81e8cc6b33ff02661b7b0c7
87 lines
1.2 KiB
Nix
87 lines
1.2 KiB
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = builtins.attrValues {
|
|
inherit
|
|
(pkgs)
|
|
alsa-utils
|
|
anki
|
|
asciinema
|
|
beets
|
|
bubblewrap
|
|
cachix
|
|
calc
|
|
calibre
|
|
carapace
|
|
comma
|
|
digikam
|
|
difftastic
|
|
dnsutils
|
|
evince
|
|
gcc
|
|
gh
|
|
gnumake
|
|
gparted
|
|
halloy
|
|
helvum
|
|
httpie
|
|
imagemagick
|
|
imhex
|
|
img2pdf
|
|
impala
|
|
imv
|
|
inetutils
|
|
inshellisense
|
|
jujutsu
|
|
just
|
|
keepassxc
|
|
lazygit
|
|
librewolf
|
|
libtool
|
|
logiops
|
|
mergiraf
|
|
mpv
|
|
nautilus
|
|
nicotine-plus
|
|
obsidian
|
|
oculante
|
|
pandoc
|
|
pavucontrol
|
|
pdfarranger
|
|
picard
|
|
pulsemixer
|
|
python3
|
|
pwvucontrol
|
|
qbittorrent
|
|
r2modman
|
|
radare2
|
|
ripgrep
|
|
rmpc
|
|
ruby_3_2
|
|
signal-desktop
|
|
starship
|
|
telegram-desktop
|
|
thunderbird
|
|
topiary
|
|
tor-browser
|
|
trash-cli
|
|
tutanota-desktop
|
|
typst
|
|
vesktop
|
|
vivid
|
|
wayneko
|
|
wireguard-tools
|
|
xdg-utils
|
|
xournalpp
|
|
zapzap
|
|
zathura
|
|
zotero
|
|
zoxide
|
|
curl
|
|
git
|
|
wget
|
|
unzip
|
|
zip
|
|
util-linux
|
|
zed-editor
|
|
;
|
|
};
|
|
}
|