summaryrefslogtreecommitdiff
path: root/tools/languages/python/default.nix
blob: 050e2bb22f4812539111bce0119a08603e5d9fe7 (plain) (blame)
1
{ pkgs, ... }: { home.packages = with pkgs; [ poetry python3 ]; }