system/pkgs/lang/python/python.nix

10 lines
130 B
Nix
Raw Normal View History

2024-10-14 17:28:31 -04:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
# Python setup
python3Full
imath
pystring
];
}