flake/nixos/power-management/default.nix
2023-10-15 08:51:56 +08:00

10 lines
No EOL
199 B
Nix

{ ... }:
{
imports = [
./cpu-governor.nix
./system76-scheduler.nix
#./tlp.nix # ] Conflicts with each other, only choose one
./power-profiles-daemon.nix # ]
];
}