chore: update examples/config-sample.json
TL;DR: - fix the config for 'parallel download' - add config for setting color output for pacman
This commit is contained in:
parent
b96afcc579
commit
55c4c30811
|
|
@ -133,7 +133,10 @@
|
|||
"ntp": true,
|
||||
"offline": false,
|
||||
"packages": [],
|
||||
"parallel downloads": 0,
|
||||
"pacman_config": {
|
||||
"color": false,
|
||||
"parallel_downloads": 5
|
||||
},
|
||||
"profile_config": {
|
||||
"gfx_driver": "All open-source (default)",
|
||||
"greeter": "sddm",
|
||||
|
|
|
|||
Loading…
Reference in New Issue