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

7 lines
87 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
jetbrains.pycharm-community
];
}