power: superfreq => watt
This commit is contained in:
parent
53855172d3
commit
e5134f2ae0
2 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
inherit (lib.modules) mkDefault;
|
||||
in {
|
||||
imports = [
|
||||
inputs.superfreq.nixosModules.default
|
||||
inputs.watt.nixosModules.default
|
||||
];
|
||||
config = {
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
|
@ -29,9 +29,9 @@ in {
|
|||
|
||||
hardware.acpilight.enable = false;
|
||||
|
||||
services.superfreq = {
|
||||
services.watt = {
|
||||
enable = true;
|
||||
# sample config from https://github.com/NotAShelf/superfreq#sample-configuration
|
||||
# sample config from https://github.com/NotAShelf/watt#sample-configuration
|
||||
settings = {
|
||||
charger = {
|
||||
# CPU governor to use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue