configuration.nix/hosts/rico1/programs/starship.nix

9 lines
106 B
Nix
Raw Normal View History

2024-06-25 00:23:05 +05:30
_: {
programs.starship = {
enable = true;
settings = {
add_newline = false;
};
};
}