power: superfreq => watt
This commit is contained in:
parent
53855172d3
commit
e5134f2ae0
2 changed files with 4 additions and 4 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue