diff options
Diffstat (limited to 'home/shells/starship.nix')
| -rw-r--r-- | home/shells/starship.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/home/shells/starship.nix b/home/shells/starship.nix new file mode 100644 index 0000000..bd4aa3c --- /dev/null +++ b/home/shells/starship.nix @@ -0,0 +1,10 @@ +{ ... }: +{ + programs.starship = { + enable = true; + + settings = { + add_newline = true; + }; + }; +} |
