feat(jetbrains): add jetbrains products
This commit is contained in:
parent
a8027f4a62
commit
87c1b02e31
2 changed files with 37 additions and 0 deletions
11
home/jetbrains/home.nix
Normal file
11
home/jetbrains/home.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, ... }: with lib; let
|
||||
cfg = config.passthrough.jetbrains;
|
||||
in mkIf cfg.enable {
|
||||
home.packages = with pkgs.jetbrains; [ ] ++
|
||||
optional cfg.idea idea-community ++
|
||||
optional cfg.clion clion ++
|
||||
optional cfg.goland goland;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue