Compare commits
No commits in common. "7dbb09ebff7681ab9b0b48c69c1de5e320023a3b" and "41b53dca9fddf2201e1a516f1658127ae317013b" have entirely different histories.
7dbb09ebff
...
41b53dca9f
1 changed files with 30 additions and 50 deletions
|
|
@ -1,80 +1,60 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Disk & Storage
|
||||
baobab
|
||||
gnome-disk-utility
|
||||
gparted
|
||||
parted
|
||||
ntfs3g
|
||||
exfatprogs
|
||||
smartmontools
|
||||
ncdu
|
||||
ventoy-full-qt
|
||||
|
||||
# System Monitoring & Hardware
|
||||
htop
|
||||
sysstat
|
||||
powertop
|
||||
lm_sensors
|
||||
fastfetch
|
||||
pciutils
|
||||
usbutils
|
||||
stress
|
||||
stress-ng
|
||||
|
||||
# Networking
|
||||
file-roller
|
||||
gnome-network-displays
|
||||
gnome-disk-utility
|
||||
|
||||
parted
|
||||
smartmontools
|
||||
lm_sensors
|
||||
ntfs3g
|
||||
virt-viewer
|
||||
dconf2nix
|
||||
pciutils
|
||||
gparted
|
||||
exfatprogs
|
||||
pavucontrol
|
||||
jq
|
||||
powertop
|
||||
fastfetch
|
||||
ethtool
|
||||
dig
|
||||
dnslookup
|
||||
nmap
|
||||
netcat
|
||||
traceroute
|
||||
wakeonlan
|
||||
cloudflared
|
||||
cloud-utils
|
||||
|
||||
# Archives & Compression
|
||||
file-roller
|
||||
lsof
|
||||
gucharmap
|
||||
ncdu
|
||||
zip
|
||||
unzip
|
||||
p7zip
|
||||
|
||||
# GUI Utilities
|
||||
pavucontrol
|
||||
gucharmap
|
||||
lxappearance
|
||||
blueman
|
||||
shared-mime-info
|
||||
usbutils
|
||||
|
||||
# Virtualization & Containers
|
||||
virt-viewer
|
||||
distrobox
|
||||
|
||||
# Android
|
||||
android-tools
|
||||
scrcpy
|
||||
|
||||
# Remote Access
|
||||
freerdp
|
||||
|
||||
# Media
|
||||
ffmpeg
|
||||
|
||||
# Printing
|
||||
hplipWithPlugin
|
||||
|
||||
# CLI Essentials
|
||||
android-tools
|
||||
scrcpy
|
||||
distrobox
|
||||
|
||||
ventoy-full-qt
|
||||
ffmpeg
|
||||
vim
|
||||
wget
|
||||
curl
|
||||
openssl_3
|
||||
htop
|
||||
nmap
|
||||
sysstat
|
||||
netcat
|
||||
p7zip
|
||||
stress
|
||||
stress-ng
|
||||
wakeonlan
|
||||
coreutils-full
|
||||
jq
|
||||
lsof
|
||||
traceroute
|
||||
lxappearance
|
||||
freerdp
|
||||
|
||||
# Nix & Development
|
||||
dconf2nix
|
||||
home-manager
|
||||
nix-index
|
||||
nixd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue