nixos/home/shell/starship.nix
2024-03-11 19:36:05 +01:00

6 lines
52 B
Nix

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