Skip to content

Commit

Permalink
add home-manager alias
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Jan 6, 2025
1 parent bc874c8 commit 66dda3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/programs/fish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ in
dcd = "${dc} down --remove-orphans";
drm = "docker images -a -q | xargs docker rmi -f";
du = "${pkgs.ncdu}/bin/ncdu --color dark -rr -x";
hm = "home-manager";
ls = "${pkgs.eza}/bin/eza";
ll = "ls -a";
ns = "nix-search";
Expand Down

0 comments on commit 66dda3f

Please sign in to comment.