flake/nixos/power-management/default.nix

9 lines
197 B
Nix
Raw Normal View History

{...}: {
2023-09-19 00:17:43 +00:00
imports = [
./cpu-governor.nix
./system76-scheduler.nix
2023-10-15 00:51:56 +00:00
#./tlp.nix # ] Conflicts with each other, only choose one
2023-09-19 00:17:43 +00:00
./power-profiles-daemon.nix # ]
];
}