From f2e2471c207b9c00367d2da90f823cd49b0b586b Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 31 Mar 2024 10:44:24 -0400 Subject: [PATCH] Add XFCE Power Manager --- system/gui/dwm.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/gui/dwm.nix b/system/gui/dwm.nix index ad804cb..2ce9cff 100644 --- a/system/gui/dwm.nix +++ b/system/gui/dwm.nix @@ -92,6 +92,9 @@ # Automounter udiskie + # Power Management + xfce.xfce4-power-manager + # Polybar with DWM Module (polybar.overrideAttrs (finalAttrs: previousAttrs: { pname = previousAttrs.pname + "-dwm-module";