home-manager/gui: Add easyeffects
CI / Check, build and cache nixfiles (push) Failing after 1h52m48s

This commit is contained in:
2026-06-13 20:42:12 +01:00
parent 6bcca599e2
commit ecd3a46591
2 changed files with 29 additions and 1 deletions
+4
View File
@@ -232,6 +232,10 @@ in
services = {
blueman-applet.enable = true;
easyeffects = {
enable = true;
preset = "moar-bass";
};
};
wayland.windowManager.sway = {