power: superfreq => watt

This commit is contained in:
Bloxx12 2025-06-10 20:23:50 +02:00
commit e5134f2ae0
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
2 changed files with 4 additions and 4 deletions

View file

@ -55,7 +55,7 @@
schizofox.url = "github:schizofox/schizofox"; schizofox.url = "github:schizofox/schizofox";
superfreq = { watt = {
url = "github:notashelf/watt"; url = "github:notashelf/watt";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };

View file

@ -8,7 +8,7 @@
inherit (lib.modules) mkDefault; inherit (lib.modules) mkDefault;
in { in {
imports = [ imports = [
inputs.superfreq.nixosModules.default inputs.watt.nixosModules.default
]; ];
config = { config = {
environment.systemPackages = builtins.attrValues { environment.systemPackages = builtins.attrValues {
@ -29,9 +29,9 @@ in {
hardware.acpilight.enable = false; hardware.acpilight.enable = false;
services.superfreq = { services.watt = {
enable = true; enable = true;
# sample config from https://github.com/NotAShelf/superfreq#sample-configuration # sample config from https://github.com/NotAShelf/watt#sample-configuration
settings = { settings = {
charger = { charger = {
# CPU governor to use # CPU governor to use