flocon/home/terminal/shell/starship.nix

6 lines
81 B
Nix

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