mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-28 12:09:17 -05:00
petalburg: enable easyeffects
This commit is contained in:
parent
314f376f51
commit
d4bd77acf9
|
@ -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";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue