From ce67ebfeb8722d4b5043a4aed0a93845652ec7a3 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Sat, 13 Apr 2024 23:14:21 -0400 Subject: [PATCH] Enabled power management with upower. --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.nix b/configuration.nix index 9af10bf..11b16de 100644 --- a/configuration.nix +++ b/configuration.nix @@ -104,6 +104,11 @@ # Enable Bluetooth. hardware.bluetooth.enable = true; + # Enable power management + services.upower = { + enable = true; + }; + ################################################### # SECTION 3: USERSPACE CONFIG AND OPTIONAL SOFTWARE ###################################################