about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-02-01 21:05:34 +0000
committerdevhell <devhell@mailfresser.de>2022-02-01 21:05:34 +0000
commit75d1984ef8f8dc4b5b9d767d7f56202dcf14ddd2 (patch)
treef874973b0eef8ea6bfe5c068bfc0227c55630b18
parenta4f701905ba8d313ed4826c6eb45f9e28f859853 (diff)
profiles/base: Fix starship command_timeout
This should be enough for certain git repos.... lookin' at you there
nixpkgs.
-rw-r--r--modules/user/devhell/profiles/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix
index 78e4dcd3..80f593bb 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -87,7 +87,7 @@ in {
       starship = {
         enable = true;
         settings = {
-          command_timeout = 700;
+          command_timeout = 1000;
           nix_shell.disabled = false;
         };
       };