mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03:51 -08:00
refactor: move easyeffects to audio module
This commit is contained in:
parent
f45875cc82
commit
016edb6544
2 changed files with 3 additions and 4 deletions
|
@ -11,4 +11,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.playerctld.enable = true;
|
services.playerctld.enable = true;
|
||||||
|
|
||||||
|
# Audio effects and EQ tool
|
||||||
|
services.easyeffects.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,10 +46,6 @@
|
||||||
# the home Manager release notes for a list of state version
|
# the home Manager release notes for a list of state version
|
||||||
# changes in each release.
|
# changes in each release.
|
||||||
|
|
||||||
# Audio effects and EQ tool
|
|
||||||
services.easyeffects.enable = true;
|
|
||||||
services.easyeffects.package = pkgs.easyeffects;
|
|
||||||
|
|
||||||
# Notification daemon
|
# Notification daemon
|
||||||
services.dunst = {
|
services.dunst = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue