Add auto-cpufreq for adaptive CPU frequency scaling

This commit is contained in:
2025-09-27 14:58:23 +02:00
parent 8d12aec202
commit 6c48caaea8
4 changed files with 46 additions and 0 deletions

21
flake.lock generated
View File

@@ -1,5 +1,25 @@
{
"nodes": {
"auto-cpufreq": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1758887019,
"narHash": "sha256-5QDHaIKbmremgFh8Pc9ess59K4HJ5APM8pNgnYzAMno=",
"owner": "AdnanHodzic",
"repo": "auto-cpufreq",
"rev": "52194f4db364347626985fed5372eba2b6109cf4",
"type": "github"
},
"original": {
"owner": "AdnanHodzic",
"repo": "auto-cpufreq",
"type": "github"
}
},
"base16": {
"inputs": {
"fromYaml": "fromYaml"
@@ -276,6 +296,7 @@
},
"root": {
"inputs": {
"auto-cpufreq": "auto-cpufreq",
"firefox-addons": "firefox-addons",
"home-manager": "home-manager",
"nix-flatpak": "nix-flatpak",