flocon/home/terminal/shell/starship.nix

7 lines
81 B
Nix
Raw Normal View History

2024-11-06 16:49:58 +01:00
{
2024-09-08 16:00:25 +02:00
programs.starship = {
enable = true;
enableTransience = true;
};
}