fish: Add plain home-manager alias

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-05-21 15:09:05 +03:00
parent 170b69666c
commit 0189f06255
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -30,6 +30,7 @@
"upn" = "sudo nix flake update --flake path:/home/gkaklas/nix/nixos/";
"cln" = "sudo nix profile wipe-history --older-than 7d --profile /nix/var/nix/profiles/system";
"hms" = "home-manager switch --flake path:/home/gkaklas/nix/home-manager/";
"hm" = "home-manager --flake path:/home/gkaklas/nix/home-manager/";
"uph" = "nix flake update --flake path:/home/gkaklas/nix/home-manager/ ";
"clh" = "nix profile wipe-history --older-than 7d";
"update" = "upn && nrs && cln && uph && hms && clh && nix store gc";