1
0
Fork 0
mirror of https://git.sr.ht/~azikx/wyswort synced 2024-10-30 11:26:20 +00:00
wyswort/host/misc/battery.nix
2024-10-15 22:18:01 +09:00

8 lines
113 B
Nix

{ ... }: {
# SOMETHING FOR BATTERY
powerManagement = {
enable = true;
powertop.enable = true;
};
}