From 6438a98d18894e68fd86fb946d1c5c00517403b0 Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 13 May 2026 05:42:29 +0530 Subject: [PATCH] feat(canopus): enable upower service --- modules/hosts/canopus/hardware.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/canopus/hardware.nix b/modules/hosts/canopus/hardware.nix index 15e27a4..a813b33 100644 --- a/modules/hosts/canopus/hardware.nix +++ b/modules/hosts/canopus/hardware.nix @@ -30,6 +30,7 @@ services = { power-profiles-daemon.enable = true; + upower.enable = true; supergfxd = { enable = true;