Files
nixos/modules/laptop/powersave.nix

6 lines
79 B
Nix

{ ... }:
{
networking = { networkmanager = { wifi.powersave = true; }; };
}