mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-29 16:49:18 -05:00
decky-loader: add python
This commit is contained in:
parent
f545d76d5f
commit
625bde5be6
|
@ -64,18 +64,16 @@
|
|||
extraPackages = with pkgs; [
|
||||
# Generic packages
|
||||
curl
|
||||
gnugrep
|
||||
kmod # modprobe for acpi_call check
|
||||
libpulseaudio
|
||||
pciutils
|
||||
procps
|
||||
python311
|
||||
readline.out
|
||||
ryzenadj # actual TDP util
|
||||
unzip
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue