configuration.nix/hosts/bifrost/programs/starship.nix

9 lines
106 B
Nix
Raw Normal View History

2024-11-09 20:27:33 +05:30
_: {
programs.starship = {
enable = true;
settings = {
add_newline = false;
};
};
}