flocon/home/common/shell/starship.nix

8 lines
90 B
Nix
Raw Normal View History

2024-09-08 14:00:25 +00:00
{ ... }:
{
programs.starship = {
enable = true;
enableTransience = true;
};
}