Better support for JetBrains product

This commit is contained in:
Filippo Berto 2023-03-08 11:03:42 +01:00
parent 701540aa59
commit f37727317f
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
4 changed files with 6 additions and 4 deletions

View file

@ -0,0 +1,3 @@
{ pkgs, ... }: {
home.packages = builtins.attrValues { inherit (pkgs.unstable_pkgs.jetbrains) datagrip jdk; };
}