diff --git a/config.toml b/config.toml index 7b5ccb9..b9992c0 100644 --- a/config.toml +++ b/config.toml @@ -4,7 +4,8 @@ headless = false headless = [ "git", "curl", - "wget" + "wget", + "zathura", ] non_headless = [ @@ -12,11 +13,11 @@ non_headless = [ [special_packages] go = [ - "lazygit" - "meteor" - "gopls" - "delve" - "golangci-lint" + "github.com/jesseduffield/lazygit", + "github.com/stefanlogue/meteor", + "golang.org/x/tools/gopls", + "github.com/go-delve/delve/cmd/dlv", + # "golangci-lint", ] cargo = [ @@ -25,7 +26,7 @@ cargo = [ ] pipx = [ - "harlequin" - "posting" - "euporie" + "harlequin", + "posting", + "euporie", ]