From 2cb0cb736c2e19b1d123f262af1b3f66118eba60 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Tue, 12 Nov 2024 22:04:22 +0100 Subject: [PATCH] Disable easyeffects --- home/common-linux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common-linux.nix b/home/common-linux.nix index 947d612..61302be 100644 --- a/home/common-linux.nix +++ b/home/common-linux.nix @@ -39,7 +39,7 @@ in systemd.user.startServices = "sd-switch"; # Audio stuff! - services.easyeffects.enable = true; + # services.easyeffects.enable = true; # Bluetooth controls # services.mpris-proxy.enable = true;