docs(config): add packages to config.toml

This commit is contained in:
Patryk Hegenberg 2024-12-26 08:42:14 +01:00
parent 52739207a6
commit e9914436c4

View file

@ -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"
]