From 37fb1672cb081d0659379f08d13ab822022ec06f Mon Sep 17 00:00:00 2001 From: shibazaki Date: Mon, 21 Apr 2025 18:33:56 +0200 Subject: [PATCH] upower --- nixos/home/modules/utilities.nix | 1 + nixos/system/system-settings.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/nixos/home/modules/utilities.nix b/nixos/home/modules/utilities.nix index a5b015a..f5a9cf2 100644 --- a/nixos/home/modules/utilities.nix +++ b/nixos/home/modules/utilities.nix @@ -16,6 +16,7 @@ wootility qutebrowser tor-browser-bundle-bin + upower ]; programs.bat.enable = true; diff --git a/nixos/system/system-settings.nix b/nixos/system/system-settings.nix index d38873b..5e37966 100644 --- a/nixos/system/system-settings.nix +++ b/nixos/system/system-settings.nix @@ -26,4 +26,6 @@ hardware.opengl.extraPackages = with pkgs; [ rocmPackages.clr ]; + + services.upower.enable = true; }