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

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