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 ###################################################