Files
2025-07-03 20:50:31 -05:00

6 lines
84 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
python313Full
];
}