diff --git a/modules/home/common.nix b/modules/home/common.nix index 357445f..d320cbb 100644 --- a/modules/home/common.nix +++ b/modules/home/common.nix @@ -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 '';