blob: 665a542e49a1f5c32155e9b1687b0f2a3c50d70d [file] [log] [blame]
{ pkgs, ... }: {
home.home.packages = [
(pkgs.python3.withPackages
(pyPkgs: with pyPkgs; [
rope
]))
];
}