From d3559a1f5d93e3c88a0acec72361bd5b74c2b5c9 Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek Date: Mon, 20 Nov 2023 15:29:53 +0100 Subject: [PATCH] feat: add easyeffects service --- hosts/laptop-phobos/home.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/laptop-phobos/home.nix b/hosts/laptop-phobos/home.nix index 062e5e5..c6e7011 100644 --- a/hosts/laptop-phobos/home.nix +++ b/hosts/laptop-phobos/home.nix @@ -26,6 +26,8 @@ # Power Management pkgs.acpi + + pkgs.easyeffects ]; }; @@ -35,6 +37,10 @@ enable = true; criticalLevelPercent = 10; lowLevelPercent = 20; - }; + }; + + easyeffects = { + enable = true; + }; }; } -- 2.48.1