Better support for JetBrains product
This commit is contained in:
parent
701540aa59
commit
f37727317f
4 changed files with 6 additions and 4 deletions
3
hm_modules/development/database.nix
Normal file
3
hm_modules/development/database.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = builtins.attrValues { inherit (pkgs.unstable_pkgs.jetbrains) datagrip jdk; };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue