diff --git a/modules/default/apps.nix b/modules/default/apps.nix index 6e0ca4a..37abdc5 100644 --- a/modules/default/apps.nix +++ b/modules/default/apps.nix @@ -12,7 +12,6 @@ lact lm_sensors grim - easyeffects ]; imports = [ # ../../packages/virtualbox/default.nix diff --git a/modules/home/apps.nix b/modules/home/apps.nix index 759be28..6ac2f31 100644 --- a/modules/home/apps.nix +++ b/modules/home/apps.nix @@ -13,4 +13,7 @@ edk2-uefi-shell libreoffice ]; + services.easyeffects = { + enable = true; + }; }