fix: HomeManager | update location of nix-config in zsh aliases

This commit is contained in:
2025-02-02 16:10:42 +05:00
parent 7cde3f29f5
commit 0a7fba2a5c

View File

@@ -20,8 +20,8 @@
du = "dust"; du = "dust";
rm = "rip"; rm = "rip";
cp = "xcp"; cp = "xcp";
uo = "nh os switch ~/.dotfiles"; uo = "nh os switch ~/nix-config";
uh = "nh home switch ~/.dotfiles"; uh = "nh home switch ~/nix-config";
k = "kubectl"; k = "kubectl";
}; };