10 lines
166 B
Nix
10 lines
166 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./cpu-governor.nix
|
||
|
./system76-scheduler.nix
|
||
|
#./tlp.nix # ] conflicts
|
||
|
./power-profiles-daemon.nix # ]
|
||
|
];
|
||
|
}
|