flocon/home/common/shell/starship.nix

6 lines
84 B
Nix

_: {
programs.starship = {
enable = true;
enableTransience = true;
};
}