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, ... }: {
|
{ pkgs, ... }: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Disk & Storage
|
|
||||||
baobab
|
baobab
|
||||||
gnome-disk-utility
|
file-roller
|
||||||
gparted
|
|
||||||
parted
|
|
||||||
ntfs3g
|
|
||||||
exfatprogs
|
|
||||||
smartmontools
|
|
||||||
ncdu
|
|
||||||
ventoy-full-qt
|
|
||||||
|
|
||||||
# System Monitoring & Hardware
|
|
||||||
htop
|
|
||||||
sysstat
|
|
||||||
powertop
|
|
||||||
lm_sensors
|
|
||||||
fastfetch
|
|
||||||
pciutils
|
|
||||||
usbutils
|
|
||||||
stress
|
|
||||||
stress-ng
|
|
||||||
|
|
||||||
# Networking
|
|
||||||
gnome-network-displays
|
gnome-network-displays
|
||||||
|
gnome-disk-utility
|
||||||
|
|
||||||
|
parted
|
||||||
|
smartmontools
|
||||||
|
lm_sensors
|
||||||
|
ntfs3g
|
||||||
|
virt-viewer
|
||||||
|
dconf2nix
|
||||||
|
pciutils
|
||||||
|
gparted
|
||||||
|
exfatprogs
|
||||||
|
pavucontrol
|
||||||
|
jq
|
||||||
|
powertop
|
||||||
|
fastfetch
|
||||||
ethtool
|
ethtool
|
||||||
dig
|
dig
|
||||||
dnslookup
|
dnslookup
|
||||||
nmap
|
lsof
|
||||||
netcat
|
gucharmap
|
||||||
traceroute
|
ncdu
|
||||||
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
|
||||||
# Virtualization & Containers
|
|
||||||
virt-viewer
|
|
||||||
distrobox
|
|
||||||
|
|
||||||
# Android
|
|
||||||
android-tools
|
|
||||||
scrcpy
|
|
||||||
|
|
||||||
# Remote Access
|
|
||||||
freerdp
|
|
||||||
|
|
||||||
# Media
|
|
||||||
ffmpeg
|
|
||||||
|
|
||||||
# Printing
|
|
||||||
hplipWithPlugin
|
hplipWithPlugin
|
||||||
|
|
||||||
# CLI Essentials
|
android-tools
|
||||||
|
scrcpy
|
||||||
|
distrobox
|
||||||
|
|
||||||
|
ventoy-full-qt
|
||||||
|
ffmpeg
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
openssl_3
|
openssl_3
|
||||||
|
htop
|
||||||
|
nmap
|
||||||
|
sysstat
|
||||||
|
netcat
|
||||||
|
p7zip
|
||||||
|
stress
|
||||||
|
stress-ng
|
||||||
|
wakeonlan
|
||||||
coreutils-full
|
coreutils-full
|
||||||
jq
|
traceroute
|
||||||
lsof
|
lxappearance
|
||||||
|
freerdp
|
||||||
|
|
||||||
# Nix & Development
|
|
||||||
dconf2nix
|
|
||||||
home-manager
|
home-manager
|
||||||
nix-index
|
nix-index
|
||||||
nixd
|
nixd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue