flocon/home/common/shell/starship.nix

7 lines
90 B
Nix

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