From 40c66281e2d4bc3b6102171d3c4057e5b96a5729 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:31:02 +0400 Subject: [PATCH] upower fix --- modules/desktop/hyprland/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index 666e8116..3b7c309a 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -88,6 +88,9 @@ in enable = true; }; + # ags battery + services.upower.enable = true; + # piece of shit thanks! services.emacs.startWithGraphical = false;