refactor: move easyeffects to audio module

This commit is contained in:
Youwen Wu 2024-09-09 17:12:44 -07:00
parent f45875cc82
commit 016edb6544
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 3 additions and 4 deletions

View file

@ -11,4 +11,7 @@
};
services.playerctld.enable = true;
# Audio effects and EQ tool
services.easyeffects.enable = true;
}

View file

@ -46,10 +46,6 @@
# the home Manager release notes for a list of state version
# changes in each release.
# Audio effects and EQ tool
services.easyeffects.enable = true;
services.easyeffects.package = pkgs.easyeffects;
# Notification daemon
services.dunst = {
enable = true;