This commit is contained in:
Melvin Ragusa
2026-02-02 22:12:52 +01:00
parent 93d7809716
commit e92435caee
6 changed files with 24 additions and 100 deletions

View File

@@ -76,6 +76,10 @@
search = "nix search nixpkgs";
gc-nix = "sudo nix-collect-garbage -d";
# User profile (GUI apps, fast-updating tools)
update-apps = "nix profile upgrade '.*'";
list-apps = "nix profile list";
# System
ports = "ss -tulanp";
myip = "curl -s ifconfig.me";