configuration.nix/modules/home/programs/starship/default.nix
2024-05-06 13:26:21 +03:00

8 lines
122 B
Nix

{
programs.starship = {
enable = true;
enableNushellIntegration = true;
enableZshIntegration = true;
};
}