Files
homelab/home/river/programs/starship.nix
T
2026-07-06 02:13:07 +00:00

9 lines
96 B
Nix

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