summaryrefslogtreecommitdiff
path: root/users/seth/programs/starship/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-10 21:03:13 -0400
committerseth <[email protected]>2024-05-10 21:30:32 -0400
commit1ec692c24c5b3345e6d7fe1445f2a51b1e322f03 (patch)
tree4ee89705818476283d5759ebbed19aa4a8327cda /users/seth/programs/starship/default.nix
parenteb14eca101346dc5acf005060b07efd33c484556 (diff)
seth: use global catppuccin.enable
Diffstat (limited to 'users/seth/programs/starship/default.nix')
-rw-r--r--users/seth/programs/starship/default.nix3
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;