From d4bd77acf933371a259713c3c591871061e0d504 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 25 Nov 2024 20:30:05 -0500 Subject: [PATCH] petalburg: enable easyeffects --- hosts/petalburg/home.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hosts/petalburg/home.nix b/hosts/petalburg/home.nix index 972aea5f..8ea4c258 100644 --- a/hosts/petalburg/home.nix +++ b/hosts/petalburg/home.nix @@ -9,7 +9,14 @@ }; }; - ar.home.desktop.hyprland.laptopMonitors = ["desc:China Star Optoelectronics Technology Co. Ltd MNG007QA1-1,1920x1200@165, 0x0, 1.25, vrr, 1"]; + ar.home = { + desktop.hyprland.laptopMonitors = ["desc:China Star Optoelectronics Technology Co. Ltd MNG007QA1-1,1920x1200@165, 0x0, 1.25, vrr, 1"]; + + services.easyeffects = { + enable = true; + preset = "LoudnessEqualizer"; + }; + }; } ];