From 62d2fd677969351cb2c8e2c4c275d6f013a2087a Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Sat, 28 Oct 2023 22:26:21 +0200 Subject: [PATCH] added easyeffects this is an application that adds effects to pipewire applications --- systems/common/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/common/default.nix b/systems/common/default.nix index 91a33bf..d0dcfd0 100644 --- a/systems/common/default.nix +++ b/systems/common/default.nix @@ -39,6 +39,10 @@ yt-dlp.enable = true; }; + services = { + easyeffects.enable = true; + }; + xdg.mimeApps = { enable = true;