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