diff --git a/hosts/pc/configuration.nix b/hosts/pc/configuration.nix index 30e3a37d..affbfa06 100644 --- a/hosts/pc/configuration.nix +++ b/hosts/pc/configuration.nix @@ -34,7 +34,7 @@ games.enable = true; mihoyo.enable = true; }; - dev.lang.ides = [ "go" "sql" "haskell" "fork" ]; + dev.lang.ides = [ "go" "sql" "haskell" "fork" "jvm" "cpp" "rust" ]; hardware = { sound.enable = true; virtualization = { diff --git a/modules/dev/ide.nix b/modules/dev/ide.nix index 9e86bb40..6c255700 100644 --- a/modules/dev/ide.nix +++ b/modules/dev/ide.nix @@ -20,7 +20,7 @@ let haskell.extraConfig = { home-manager.users.wittano.home.packages = with unstable; [ zed-editor ]; }; - fork = { + fork.extraConfig = { home-manager.users.wittano.home.packages = with unstable; [ vscodium ]; }; });