about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-29 21:08:05 +0100
committerSoispha <soispha@vhack.eu>2023-12-29 21:08:05 +0100
commit71dd569144192bc64c2a32752d78832ed95ed66b (patch)
tree284ee052a77fe6324b7330b2fba56746090d6f1d
parentfeat(hm/conf/git): Update git defaults and add wip command (diff)
downloadnixos-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.nix2
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 = {