@@ -1,5 +1,9 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
python313Full
|
||||
python3
|
||||
python3Packages.pip
|
||||
python3Packages.pygobject3
|
||||
python3Packages.setuptools
|
||||
python3Packages.wheel
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user