nix-config/modules2/starship/newline.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
85 B
Nix

{
flake.modules.homeManager.base.programs.starship.settings.add_newline = false;
}