96 lines
1.5 KiB
Nix
96 lines
1.5 KiB
Nix
{ pkgs, lib, config, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
exfat
|
|
exfatprogs
|
|
zellij
|
|
wget
|
|
killall
|
|
gnumake
|
|
smartmontools
|
|
git
|
|
p7zip
|
|
zip
|
|
gzip
|
|
usbutils
|
|
binutils
|
|
eza
|
|
nushell
|
|
yt-dlp
|
|
bat
|
|
rsync
|
|
jq
|
|
ripgrep
|
|
fd
|
|
socat
|
|
ffmpeg-full
|
|
imagemagick
|
|
libheif
|
|
trash-cli
|
|
htop
|
|
btop
|
|
nvtopPackages.full
|
|
bc
|
|
sysstat
|
|
procs
|
|
pandoc
|
|
samba
|
|
pinentry
|
|
pinentry-qt
|
|
# caffeine-ng
|
|
hunspell
|
|
hunspellDicts.en_US-large
|
|
openssh
|
|
openssl
|
|
xdg-utils
|
|
hardinfo2
|
|
calamares
|
|
calamares-nixos
|
|
calamares-nixos-extensions
|
|
# scribus
|
|
brightnessctl
|
|
mpc-cli
|
|
ungoogled-chromium
|
|
brave
|
|
# google-chrome
|
|
kdePackages.kwallet-pam
|
|
aria2
|
|
kdePackages.kwallet
|
|
# nerd-fonts.victor-mono
|
|
glxinfo
|
|
vulkan-tools
|
|
wayland-utils
|
|
nextcloud-client
|
|
papirus-icon-theme
|
|
phinger-cursors
|
|
gzip
|
|
virt-viewer
|
|
# inkscape
|
|
kdePackages.ark
|
|
kdePackages.ffmpegthumbs
|
|
kdePackages.okular
|
|
kdePackages.discover
|
|
kdePackages.kdegraphics-thumbnailers
|
|
kdePackages.kdesdk-thumbnailers
|
|
libreoffice-qt6-fresh
|
|
vlc
|
|
any-nix-shell
|
|
wtype
|
|
xdotool
|
|
bluez-tools
|
|
lxappearance
|
|
mediainfo
|
|
libmediainfo
|
|
rubberband
|
|
# texlive.combined.scheme-full
|
|
pamixer
|
|
playerctl
|
|
gimp
|
|
power-profiles-daemon
|
|
python3
|
|
wireguard-tools
|
|
cosmic-player
|
|
# cosmic-settings
|
|
];
|
|
}
|