added pueue.
This commit is contained in:
parent
2ff864d36e
commit
8aa72da8aa
2 changed files with 15 additions and 0 deletions
|
@ -18,4 +18,13 @@
|
|||
programs.zoxide.enableNushellIntegration = true;
|
||||
programs.starship.enableNushellIntegration = true;
|
||||
programs.carapace.enableNushellIntegration = true;
|
||||
|
||||
services.pueue = {
|
||||
enable = true;
|
||||
settings = {
|
||||
daemon = {
|
||||
default_parallel_tasks = 5;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue