Files
homelab/home/programs/starship.nix
T

9 lines
96 B
Nix

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