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"; + }; + }; } ];