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