1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +00:00

Increase command timeout for starship

This commit is contained in:
RGBCube 2024-01-20 13:10:51 +03:00
parent 68461ffd53
commit fe8ec58d82
No known key found for this signature in database

View file

@ -7,8 +7,8 @@
(homeConfiguration { (homeConfiguration {
programs.starship = enabled { programs.starship = enabled {
settings = { settings = {
command_timeout = 50; command_timeout = 100;
scan_timeout = 10; scan_timeout = 20;
}; };
}; };