configuration.nix/modules/home/programs/starship/default.nix

13 lines
196 B
Nix
Raw Normal View History

2024-04-17 15:19:47 +02:00
{
programs.starship = {
enable = true;
enableNushellIntegration = true;
enableZshIntegration = true;
settings = {
sudo = {
disabled = false;
};
};
};
}