Compare commits
2 Commits
00049f5255
...
ac3712aec5
| Author | SHA1 | Date | |
|---|---|---|---|
|
ac3712aec5
|
|||
|
a453390013
|
@@ -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
|
||||
'';
|
||||
@@ -29,9 +29,9 @@
|
||||
fi
|
||||
|
||||
if [ -r ~/dotfiles/migrated/.zshrc ]; then
|
||||
# Hack for faster iterations
|
||||
. ~/dotfiles/migrated/.zshrc
|
||||
else
|
||||
# If no custom override is available, use the one bundled with flake.
|
||||
. ${../../migrated/.zshrc}
|
||||
fi
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user