109 lines
1.4 KiB
Nix
109 lines
1.4 KiB
Nix
{pkgs, ...}: let
|
|
in {
|
|
environment.systemPackages = with pkgs; [
|
|
alsa-utils
|
|
asciinema
|
|
blanket
|
|
calc
|
|
calibre
|
|
cbonsai
|
|
coreutils-full
|
|
cmake
|
|
cmus
|
|
difftastic
|
|
dig
|
|
element-desktop
|
|
evince
|
|
eza
|
|
fastfetch
|
|
ffmpeg-full
|
|
fftw
|
|
fzf
|
|
gcc
|
|
gdb
|
|
gnumake
|
|
gnutls
|
|
grc
|
|
grimblast
|
|
gthumb
|
|
git
|
|
helvum
|
|
heroic
|
|
httpie
|
|
hyperfine
|
|
imagemagickBig
|
|
img2pdf
|
|
impala
|
|
imv
|
|
inetutils
|
|
jrnl
|
|
keepassxc
|
|
krita
|
|
lazygit
|
|
libreoffice
|
|
librewolf
|
|
libtool
|
|
links2
|
|
lutris
|
|
mapscii
|
|
mars-mips
|
|
moc
|
|
musikcube
|
|
nautilus
|
|
ncmpcpp
|
|
nettools
|
|
neofetch
|
|
nheko
|
|
networkmanagerapplet
|
|
nextcloud-client
|
|
nicotine-plus
|
|
nil
|
|
nitch
|
|
swww
|
|
nmap
|
|
nodejs_20
|
|
obsidian
|
|
onlyoffice-bin
|
|
pamixer
|
|
pavucontrol
|
|
pdfarranger
|
|
pfetch
|
|
playerctl
|
|
polkit
|
|
prismlauncher
|
|
pulsemixer
|
|
python3
|
|
qbittorrent
|
|
r2modman
|
|
ripgrep
|
|
rnote
|
|
scc
|
|
scummvm
|
|
sherlock
|
|
signal-desktop-beta
|
|
smartmontools
|
|
teamspeak_client
|
|
telegram-desktop
|
|
temurin-bin-17
|
|
tldr
|
|
thunderbird
|
|
tor-browser
|
|
trash-cli
|
|
tree
|
|
ttyper
|
|
unzip
|
|
util-linux
|
|
v4l-utils
|
|
vlc
|
|
wget
|
|
wine
|
|
winetricks
|
|
wireguard-tools
|
|
wl-clipboard
|
|
xdg-utils
|
|
xournalpp
|
|
yazi
|
|
zapzap
|
|
zip
|
|
];
|
|
}
|