docs(config): add packages to config.toml
This commit is contained in:
parent
52739207a6
commit
e9914436c4
1 changed files with 9 additions and 1 deletions
10
config.toml
10
config.toml
|
|
@ -1,4 +1,4 @@
|
|||
headless = false # Kann vom Benutzer geändert werden
|
||||
headless = false
|
||||
|
||||
[packages]
|
||||
headless = [
|
||||
|
|
@ -12,6 +12,11 @@ non_headless = [
|
|||
|
||||
[special_packages]
|
||||
go = [
|
||||
"lazygit"
|
||||
"meteor"
|
||||
"gopls"
|
||||
"delve"
|
||||
"golangci-lint"
|
||||
]
|
||||
|
||||
cargo = [
|
||||
|
|
@ -20,4 +25,7 @@ cargo = [
|
|||
]
|
||||
|
||||
pipx = [
|
||||
"harlequin"
|
||||
"posting"
|
||||
"euporie"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue