--wip-- [skip ci]
This commit is contained in:
parent
eea02abfcb
commit
762085707c
136 changed files with 261 additions and 261 deletions
|
|
@ -1,16 +0,0 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
programs.go = {
|
||||
enable = true;
|
||||
goPath = ".go";
|
||||
};
|
||||
|
||||
home.packages =
|
||||
(lib.optionals config.programs.helix.enable [ pkgs.gopls ])
|
||||
++ (lib.optionals config.programs.neovim.enable [ pkgs.gopls ])
|
||||
++ (lib.optionals config.programs.kakoune.enable [ pkgs.gopls ]);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue