summaryrefslogtreecommitdiff
path: root/users/seth/programs/starship/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/programs/starship/default.nix')
-rw-r--r--users/seth/programs/starship/default.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/users/seth/programs/starship/default.nix b/users/seth/programs/starship/default.nix
deleted file mode 100644
index a1b9104..0000000
--- a/users/seth/programs/starship/default.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- programs.starship = {
- enable = true;
-
- enableBashIntegration = false;
- enableZshIntegration = false;
-
- settings =
- {
- format = "$all";
- palette = "catppuccin_mocha";
- command_timeout = 250;
- }
- // fromTOML (builtins.readFile ./starship.toml);
- };
-}