From 4492dcdff5c8da44c5dd19d8e4a42bc792b67bab Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Wed, 8 Apr 2026 19:53:03 -0400 Subject: [PATCH] added easyeffects --- home/packages/linux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/packages/linux.nix b/home/packages/linux.nix index 7cc2912..a4a100e 100644 --- a/home/packages/linux.nix +++ b/home/packages/linux.nix @@ -11,5 +11,6 @@ lib.mkIf pkgs.stdenv.isLinux { gpu-screen-recorder gpu-screen-recorder-gtk inetutils + easyeffects ]; }