feat: add jetbrains things

This commit is contained in:
EinEtwas 2024-10-16 20:50:53 +02:00
parent afe3ad69c7
commit f591077181
2 changed files with 5 additions and 1 deletions

View file

@ -27,7 +27,10 @@
nil nil
# Dev Things # Dev Things
vscode vscode
jetbrains.idea-ultimate
jetbrains.pycharm-professional
jetbrains.jdk
]; ];
nixpkgs.config.vesktop.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland"; nixpkgs.config.vesktop.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland";
} }

View file

@ -2,5 +2,6 @@
{ {
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
nerdfonts nerdfonts
jetbrains-mono
]; ];
} }