nixos-config/profiles/notebook.nix

6 lines
60 B
Nix

{ config, pkgs, ... }:
{
powerManagement.enable = true;
}