nix-flake/modules/system/misc/utilities.nix
2026-02-10 20:28:54 +07:00

63 lines
792 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
baobab
file-roller
gnome-network-displays
gnome-disk-utility
smartmontools
lm_sensors
ntfs3g
virt-viewer
dconf2nix
pciutils
gparted
exfatprogs
pavucontrol
jq
powertop
smartmontools
fastfetch
ethtool
dig
dnslookup
lsof
gucharmap
ncdu
zip
blueman
shared-mime-info
usbutils
hplipWithPlugin
android-tools
scrcpy
distrobox
ventoy-full-qt
home-manager
vim
wget
curl
openssl_3
htop
nmap
sysstat
netcat
p7zip
stress
wakeonlan
coreutils-full
traceroute
lxappearance
freerdp
nix-index
nixd
nil
nh
nvd
git
];
}