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
|
inputs.nixvim.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
]
|
]
|
||||||
# Install jetbrains IDEs with plugins
|
# Install jetbrains IDEs with plugins
|
||||||
++ (with inputs.nix-jetbrains-plugins.lib."${pkgs.stdenv.hostPlatform.system}"; [
|
++ (with inputs.nix-jetbrains-plugins.lib; [
|
||||||
(buildIdeWithPlugins pkgs.jetbrains "idea" [
|
(buildIdeWithPlugins pkgs "idea" [
|
||||||
"IdeaVIM"
|
"IdeaVIM"
|
||||||
"gruvbox-material-dark"
|
"gruvbox-material-dark"
|
||||||
])
|
])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue