mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-29 21:29:17 -05:00
decky-loader: add python
This commit is contained in:
parent
f545d76d5f
commit
625bde5be6
|
@ -64,18 +64,16 @@
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
# Generic packages
|
# Generic packages
|
||||||
curl
|
curl
|
||||||
|
gnugrep
|
||||||
|
kmod # modprobe for acpi_call check
|
||||||
|
libpulseaudio
|
||||||
|
pciutils
|
||||||
|
procps
|
||||||
|
python311
|
||||||
|
readline.out
|
||||||
|
ryzenadj # actual TDP util
|
||||||
unzip
|
unzip
|
||||||
util-linux
|
util-linux
|
||||||
gnugrep
|
|
||||||
|
|
||||||
readline.out
|
|
||||||
procps
|
|
||||||
pciutils
|
|
||||||
libpulseaudio
|
|
||||||
|
|
||||||
# SimpleDeckyTDP | TODO: Remove once hhd TDP control is verified
|
|
||||||
ryzenadj # actual TDP util
|
|
||||||
kmod # modprobe for acpi_call check
|
|
||||||
];
|
];
|
||||||
|
|
||||||
extraPythonPackages = pythonPackages:
|
extraPythonPackages = pythonPackages:
|
||||||
|
|
Loading…
Reference in a new issue