flake/nixos/power-management/default.nix

10 lines
166 B
Nix
Raw Normal View History

2023-09-19 00:17:43 +00:00
{ ... }:
{
imports = [
./cpu-governor.nix
./system76-scheduler.nix
#./tlp.nix # ] conflicts
./power-profiles-daemon.nix # ]
];
}