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