diff options
| author | seth <[email protected]> | 2024-05-10 21:03:13 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-10 21:30:32 -0400 |
| commit | 1ec692c24c5b3345e6d7fe1445f2a51b1e322f03 (patch) | |
| tree | 4ee89705818476283d5759ebbed19aa4a8327cda /users/seth/programs/starship/default.nix | |
| parent | eb14eca101346dc5acf005060b07efd33c484556 (diff) | |
seth: use global catppuccin.enable
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; |
