mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Increase command timeout for starship
This commit is contained in:
parent
68461ffd53
commit
fe8ec58d82
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
(homeConfiguration {
|
||||
programs.starship = enabled {
|
||||
settings = {
|
||||
command_timeout = 50;
|
||||
scan_timeout = 10;
|
||||
command_timeout = 100;
|
||||
scan_timeout = 20;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue