formating
This commit is contained in:
parent
63e412b597
commit
e634c42b23
11 changed files with 141 additions and 186 deletions
|
|
@ -1,14 +1,10 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.roles.auto-cpufreq;
|
||||
{ pkgs, inputs, config, lib, ... }:
|
||||
with lib;
|
||||
let cfg = config.roles.auto-cpufreq;
|
||||
in {
|
||||
options.roles.auto-cpufreq = {enable = mkEnableOption "roles auto-cpufreq";};
|
||||
options.roles.auto-cpufreq = {
|
||||
enable = mkEnableOption "roles auto-cpufreq";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
services.auto-cpufreq = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue