configuration.nix/hosts/layne/programs/starship.nix

9 lines
106 B
Nix
Raw Normal View History

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