mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
12 lines
213 B
Nix
12 lines
213 B
Nix
{pkgs, ...}:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
python3
|
|
python311Packages.pip
|
|
# (python311Full.withPackages(ps: with ps; [
|
|
# requests
|
|
# pygame
|
|
# shapely
|
|
# ]))
|
|
];
|
|
}
|