nix-config/modules2/starship/zsh.nix
Oliver Davies cff83d9373
All checks were successful
/ check (push) Successful in 1m43s
Move starship configuration
2025-07-28 02:25:36 +01:00

3 lines
84 B
Nix

{
flake.modules.homeManager.base.programs.starship.enableZshIntegration = true;
}