fix(editors): update nix-jetbrains-plugins API usage
This commit is contained in:
parent
c998c99bfc
commit
dac743a7c0
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@
|
|||
inputs.nixvim.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
]
|
||||
# Install jetbrains IDEs with plugins
|
||||
++ (with inputs.nix-jetbrains-plugins.lib."${pkgs.stdenv.hostPlatform.system}"; [
|
||||
(buildIdeWithPlugins pkgs.jetbrains "idea" [
|
||||
++ (with inputs.nix-jetbrains-plugins.lib; [
|
||||
(buildIdeWithPlugins pkgs "idea" [
|
||||
"IdeaVIM"
|
||||
"gruvbox-material-dark"
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue