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

8 lines
112 B
Nix

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