flake/nixos/profiles/desktop/power-management/default.nix
2023-11-17 13:38:25 +08:00

8 lines
197 B
Nix

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