diff --git a/hosts/laptop.nix b/hosts/laptop.nix index 5e2a462..6cf84ab 100644 --- a/hosts/laptop.nix +++ b/hosts/laptop.nix @@ -16,6 +16,8 @@ nixpkgs.config.allowUnfree = true; + services.perf_mode.enable = true; + networking.hostName = "laptop"; services.logind.settings.Login.HandlePowerKey = "suspend";