configuration.nix/hosts/rico2/programs/starship.nix

8 lines
106 B
Nix

_: {
programs.starship = {
enable = true;
settings = {
add_newline = false;
};
};
}