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

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

View file

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