nixfiles/home/profiles/shell/starship.nix

6 lines
98 B
Nix

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