feat: add jetbrains things
This commit is contained in:
parent
afe3ad69c7
commit
f591077181
2 changed files with 5 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,5 +2,6 @@
|
|||
{
|
||||
fonts.packages = with pkgs; [
|
||||
nerdfonts
|
||||
jetbrains-mono
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue