1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Customize starship config, make timeouts super short

This commit is contained in:
RGBCube 2024-01-19 10:55:41 +03:00
parent b1e791df1c
commit ec91107828
No known key found for this signature in database

View file

@ -5,7 +5,12 @@
})
(homeConfiguration {
programs.starship = enabled {};
programs.starship = enabled {
settings = {
command_timeout = 50;
scan_timeout = 10;
};
};
programs.nushell = enabled {
configFile.text = import ./configuration.nix.nu inputs;