nixfiles/home/profiles/shell/starship.nix
2025-07-05 15:45:49 -07:00

11 lines
162 B
Nix

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