zsh: fix switch alias for a post-flake world

This commit is contained in:
Colin 2024-06-12 08:29:08 +00:00
parent b787289b39
commit 86adc38537

View File

@ -186,7 +186,7 @@ in
};
function switch() {
nix run '.#deploy.self'
~/nixos/scripts/deploy
}
'';