Add tailscale cli to path

This commit is contained in:
Jan Kremer 2026-02-18 17:35:07 +01:00
parent 7a4639c50b
commit 5f0ddd7ea6
No known key found for this signature in database

View file

@ -6,13 +6,16 @@
./zsh.nix
];
home.shellAliases = {
home = {
shellAliases = {
"deploy" = "ssh -t galanthus 'cd ~/.config/nix; git pull --rebase; nh os switch'";
"mv" = "mv -i";
"rm" = "trash";
"tree" = "lt";
"zz" = "z -";
};
## Add Tailscale cli to path
sessionPath = [ "/Applications/Tailscale.app/Contents/MacOS" ];
};
programs = {
atuin.enable = true;