nixos-config/modules/home-manager/starship.nix

8 lines
No EOL
149 B
Nix

{ pkgs, config, lib, ...}:
{
programs.starship = {
enable = true;
enableZshIntegration = true;
enableNushellIntegration = false;
};
}