feat: add easyeffects service
1 files changed, 7 insertions(+), 1 deletions(-) M hosts/laptop-phobos/home.nix
M hosts/laptop-phobos/home.nix => hosts/laptop-phobos/home.nix +7 -1
@@ 26,6 26,8 @@ # Power Management pkgs.acpi + + pkgs.easyeffects ]; }; @@ 35,6 37,10 @@ enable = true; criticalLevelPercent = 10; lowLevelPercent = 20; - }; + }; + + easyeffects = { + enable = true; + }; }; }