Fix path for zshrc

This commit is contained in:
Martin Larsson 2025-01-16 23:31:51 +00:00
parent 9a0e018b18
commit 10bab010b7

View file

@ -22,7 +22,7 @@
starship starship
]; ];
file = { file = {
".zshrc".source = zsh/.zshrc; ".zshrc".source = ../zsh/.zshrc;
}; };
}; };
} }