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