fix(jetbrains): add go compiler
This commit is contained in:
parent
7207d5fd6d
commit
ab6eabd213
|
@ -4,7 +4,7 @@
|
|||
, ... }: with lib; let
|
||||
cfg = config.passthrough.jetbrains;
|
||||
in mkIf cfg.enable {
|
||||
home.packages = with pkgs.jetbrains; [ ] ++
|
||||
home.packages = with pkgs.jetbrains; [ pkgs.go ] ++
|
||||
optional cfg.idea idea-community ++
|
||||
optional cfg.clion clion ++
|
||||
optional cfg.goland goland;
|
||||
|
|
|
@ -18,6 +18,7 @@ in {
|
|||
];
|
||||
|
||||
users.home.persist.directories = mkIf cfg.enable [
|
||||
"go"
|
||||
".java/.userPrefs"
|
||||
".config/JetBrains"
|
||||
".local/share/JetBrains"
|
||||
|
|
Loading…
Reference in a new issue