change hms alias and nh default flake

This commit is contained in:
ant 2025-05-21 23:06:07 +02:00
parent 52bbf0ccb4
commit db84d7b8e3
2 changed files with 2 additions and 3 deletions

View file

@ -98,8 +98,7 @@
grep = "grep --color=auto"; grep = "grep --color=auto";
diff = "diff --color=auto"; diff = "diff --color=auto";
bt = "bluetuith"; bt = "bluetuith";
hm = "home-manager"; hms = "nh home switch";
hms = "nh home switch ~/home-manager";
dev = "nix develop -c fish"; dev = "nix develop -c fish";
gparted = "nix-shell -p pkgs.gparted --run 'sudo -E gparted'"; gparted = "nix-shell -p pkgs.gparted --run 'sudo -E gparted'";
ns = "nix-shell"; ns = "nix-shell";

View file

@ -200,6 +200,6 @@
programs.nh = { programs.nh = {
enable = true; enable = true;
flake = "${config.home.homeDirectory}/home-manager"; flake = "${config.home.homeDirectory}/nix-system";
}; };
} }