configuration.nix/hosts/rico1/programs/starship.nix
2024-06-25 00:40:19 +05:30

8 lines
106 B
Nix

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