diff options
author | Soispha <soispha@vhack.eu> | 2023-12-29 21:08:05 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-29 21:08:05 +0100 |
commit | 71dd569144192bc64c2a32752d78832ed95ed66b (patch) | |
tree | 284ee052a77fe6324b7330b2fba56746090d6f1d | |
parent | feat(hm/conf/git): Update git defaults and add wip command (diff) | |
download | nixos-config-71dd569144192bc64c2a32752d78832ed95ed66b.tar.gz nixos-config-71dd569144192bc64c2a32752d78832ed95ed66b.zip |
fix(hm/conf/starship): Also disable git_metrics because of speed
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/starship/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/starship/default.nix b/hm/soispha/conf/starship/default.nix index 30c63127..5db6eb8b 100644 --- a/hm/soispha/conf/starship/default.nix +++ b/hm/soispha/conf/starship/default.nix @@ -58,7 +58,7 @@ behind = "⇣$count"; }; git_metrics = { - disabled = false; + disabled = true; ignore_submodules = true; }; git_state = { |