nixos/willem/programs/starship.nix

8 lines
105 B
Nix
Raw Normal View History

2024-02-16 13:59:46 +01:00
{
programs.starship = {
enable = true;
settings = {
gradle.symbol = "🐘";
};
};
}