flake/nixos/power-management/default.nix
2023-09-19 08:17:43 +08:00

10 lines
No EOL
166 B
Nix

{ ... }:
{
imports = [
./cpu-governor.nix
./system76-scheduler.nix
#./tlp.nix # ] conflicts
./power-profiles-daemon.nix # ]
];
}