diff options
Diffstat (limited to 'users/seth/programs/starship/default.nix')
| -rw-r--r-- | users/seth/programs/starship/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/seth/programs/starship/default.nix b/users/seth/programs/starship/default.nix index ca3a99b..b6082c1 100644 --- a/users/seth/programs/starship/default.nix +++ b/users/seth/programs/starship/default.nix @@ -13,6 +13,9 @@ in { programs.starship = { enable = true; + # i do this manually + catppuccin.enable = false; + enableBashIntegration = false; enableZshIntegration = false; |
