Files
nixos/modules/laptop/powersave.nix

10 lines
86 B
Nix

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