flocon/home/common/shell/starship.nix

6 lines
88 B
Nix

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