use correct url

This commit is contained in:
2025-10-08 23:14:03 +02:00
parent 56fd365da5
commit 2c6299e326

View File

@@ -13,7 +13,7 @@ let
home.homeDirectory = homeDirectory;
home = {
shellAliases = {
hm = "nix run home-manager/master -- switch --flake github:cupcakearmy/nix-cli/v3#${name} -b backup";
hm = "nix run home-manager/master -- switch --flake github:cupcakearmy/nix?dir=cli#${name} -b backup";
};
};
};