feat(shell): migrate to fish

This commit is contained in:
2025-12-05 20:29:35 +08:00
parent 837f865b4f
commit ab6dadd113
6 changed files with 169 additions and 96 deletions

View File

@@ -10,6 +10,8 @@ lib.my.makeSwitch {
config' = {
my.cli.shell = {
zsh.enable = true;
fish.enable = true;
starship.enable = true;
};
};
}