Compare commits

...

2 commits

Author SHA1 Message Date
7dbb09ebff organization
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 1m12s
2026-04-29 18:50:48 +07:00
f72ab504f4 add cf and cloud utils 2026-04-18 06:32:28 +07:00

View file

@ -1,60 +1,80 @@
{ pkgs, ... }: { { pkgs, ... }: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Disk & Storage
baobab baobab
file-roller
gnome-network-displays
gnome-disk-utility gnome-disk-utility
parted
smartmontools
lm_sensors
ntfs3g
virt-viewer
dconf2nix
pciutils
gparted gparted
parted
ntfs3g
exfatprogs exfatprogs
pavucontrol smartmontools
jq ncdu
ventoy-full-qt
# System Monitoring & Hardware
htop
sysstat
powertop powertop
lm_sensors
fastfetch fastfetch
pciutils
usbutils
stress
stress-ng
# Networking
gnome-network-displays
ethtool ethtool
dig dig
dnslookup dnslookup
lsof nmap
gucharmap netcat
ncdu traceroute
wakeonlan
cloudflared
cloud-utils
# Archives & Compression
file-roller
zip zip
unzip unzip
p7zip
# GUI Utilities
pavucontrol
gucharmap
lxappearance
blueman blueman
shared-mime-info shared-mime-info
usbutils
hplipWithPlugin
android-tools # Virtualization & Containers
scrcpy virt-viewer
distrobox distrobox
ventoy-full-qt # Android
android-tools
scrcpy
# Remote Access
freerdp
# Media
ffmpeg ffmpeg
# Printing
hplipWithPlugin
# CLI Essentials
vim vim
wget wget
curl curl
openssl_3 openssl_3
htop
nmap
sysstat
netcat
p7zip
stress
stress-ng
wakeonlan
coreutils-full coreutils-full
traceroute jq
lxappearance lsof
freerdp
# Nix & Development
dconf2nix
home-manager home-manager
nix-index nix-index
nixd nixd