feat(webis): update ssh config and add pycharm
This commit is contained in:
parent
d256af3536
commit
ac05291df4
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{ lib
|
||||
, config
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
|
||||
|
@ -24,5 +25,9 @@ in
|
|||
updateResolvConf = true;
|
||||
};
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
jetbrains.pycharm-professional
|
||||
];
|
||||
programs.dconf.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue