infrastructure/home/shell/starship.nix

6 lines
102 B
Nix

{ config, ... }: {
programs.starship = {
enable = true;
enableZshIntegration = true;
};
}