Add python3 to steam deck

This commit is contained in:
Jimbo 2024-09-03 20:34:43 -04:00
parent 250ff75a2f
commit da4d0456c8

View file

@ -13,4 +13,8 @@
devices.steamdeck.enable = true;
steamos.useSteamOSConfig = true;
};
environment.systemPackages = with pkgs; [
python3
];
}