From f1886496cb1f1b3f7d3fdbbd847aa166ae184fcc Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 29 Jan 2024 14:28:39 +0100 Subject: [PATCH] feat: enable power daemon --- hosts/alice/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/alice/default.nix b/hosts/alice/default.nix index eb73648..ff11293 100644 --- a/hosts/alice/default.nix +++ b/hosts/alice/default.nix @@ -51,6 +51,7 @@ hardware = { bluetooth.enable = true; + system76.power-daemon.enable = true; uinput.enable = true; };