configuration.nix/hosts/rico2/programs/starship.nix
2023-05-27 21:11:38 +05:30

8 lines
110 B
Nix

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