nixfiles/home/profiles/shell/starship.nix
2025-06-27 14:24:02 -07:00

11 lines
161 B
Nix

_: {
programs.starship = {
enable = true;
enableZshIntegration = true;
settings = {
time = {
disable = false;
};
};
};
}