From 9e89a97d16d5cc697c3f1d9b2572609d9755c133 Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 10 Nov 2025 23:32:21 +0100 Subject: test --- home/shells/starship.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 home/shells/starship.nix (limited to 'home/shells/starship.nix') 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; + }; + }; +} -- cgit v1.3