From 0e67721fff8c390eb9825a2b5392798e2f91a1c5 Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Mon, 9 Feb 2026 00:01:42 -0500 Subject: [PATCH] add power profiles daemon --- system/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/system/default.nix b/system/default.nix index 17874ce..66c9a43 100755 --- a/system/default.nix +++ b/system/default.nix @@ -2,10 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). { - config, - lib, pkgs, - inputs, ... }: { @@ -139,6 +136,7 @@ gvfs.enable = true; upower.enable = true; + power-profiles-daemon.enable = true; }; environment = {