fix(jetbrains): add go compiler

This commit is contained in:
514fpv 2024-05-20 09:18:26 +08:00
parent 7207d5fd6d
commit ab6eabd213
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -18,6 +18,7 @@ in {
];
users.home.persist.directories = mkIf cfg.enable [
"go"
".java/.userPrefs"
".config/JetBrains"
".local/share/JetBrains"