nixos/home-manager/software/pycharm/default.nix

7 lines
87 B
Nix
Raw Normal View History

2021-12-22 10:39:43 +01:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
jetbrains.pycharm-community
];
}