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:
parent
b1e791df1c
commit
ec91107828
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue