feat: add easyeffects

This commit is contained in:
tux
2025-03-20 22:21:16 +05:30
parent bc92f22bc5
commit ee200685b9
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,7 @@
../../modules/home/mopidy ../../modules/home/mopidy
../../modules/home/thunderbird ../../modules/home/thunderbird
../../modules/home/floorp ../../modules/home/floorp
../../modules/home/easyeffects
]; ];
home.pointerCursor = { home.pointerCursor = {

View File

@ -0,0 +1,3 @@
{...}: {
services.easyeffects.enable = true;
}