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] [packages]
headless = [ headless = [
@ -12,6 +12,11 @@ non_headless = [
[special_packages] [special_packages]
go = [ go = [
"lazygit"
"meteor"
"gopls"
"delve"
"golangci-lint"
] ]
cargo = [ cargo = [
@ -20,4 +25,7 @@ cargo = [
] ]
pipx = [ pipx = [
"harlequin"
"posting"
"euporie"
] ]