diff options
| author | seth <[email protected]> | 2024-01-24 20:38:37 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-01-24 20:38:37 -0500 |
| commit | bc5ae75eb21567edae47fcaae4921b0671300f80 (patch) | |
| tree | d18eb4c144a03ed12cd387a35cb5f35031017607 /users/seth/programs/starship/default.nix | |
| parent | be32ea8fe782fb571982a8c4de5ebd34b4b3b810 (diff) | |
seth/programs+shell: remove some unneeded options
Diffstat (limited to 'users/seth/programs/starship/default.nix')
| -rw-r--r-- | users/seth/programs/starship/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/seth/programs/starship/default.nix b/users/seth/programs/starship/default.nix index 099761b..a1b9104 100644 --- a/users/seth/programs/starship/default.nix +++ b/users/seth/programs/starship/default.nix @@ -1,8 +1,10 @@ { programs.starship = { enable = true; + enableBashIntegration = false; enableZshIntegration = false; + settings = { format = "$all"; |
