1
Fork 0
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:
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 {
programs.starship = enabled {
settings = {
command_timeout = 50;
scan_timeout = 10;
command_timeout = 100;
scan_timeout = 20;
};
};