nix-config/modules/starship/zsh.nix

4 lines
84 B
Nix
Raw Permalink Normal View History

2025-07-28 02:23:41 +01:00
{
flake.modules.homeManager.base.programs.starship.enableZshIntegration = true;
}