starship presets

This commit is contained in:
TheWanderingCrow 2024-11-05 10:19:35 -05:00
parent bcc4a22279
commit adb924ce25

View file

@ -98,6 +98,10 @@
programs.starship = {
enable = true;
presets = [
"nerd-font-symbols"
"tokyo-night"
];
};
users.defaultUserShell = pkgs.zsh;