Correct path to test legacy presence

This commit is contained in:
2026-05-14 15:20:23 +02:00
parent a453390013
commit ac3712aec5

View File

@@ -14,7 +14,7 @@
yubikey-manager
];
home.activation.stowLegacy = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
if [ -d "$HOME/dotfiles" ]; then
if [ -d "$HOME/dotfiles/legacy" ]; then
run ${pkgs.stow}/bin/stow -d $HOME/dotfiles -t $HOME legacy
fi
'';