configuration.nix/hosts/wynne/programs/starship.nix

9 lines
106 B
Nix
Raw Normal View History

2024-07-03 17:03:51 +05:30
_: {
programs.starship = {
enable = true;
settings = {
add_newline = false;
};
};
}