nixos-config/home/profiles/terminal/shell/starship.nix

5 lines
52 B
Nix

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