mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03:51 -08:00
Compare commits
1 commit
dbba948203
...
016edb6544
Author | SHA1 | Date | |
---|---|---|---|
016edb6544 |
2 changed files with 3 additions and 4 deletions
|
@ -11,4 +11,7 @@
|
|||
};
|
||||
|
||||
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
|
||||
# changes in each release.
|
||||
|
||||
# Audio effects and EQ tool
|
||||
services.easyeffects.enable = true;
|
||||
services.easyeffects.package = pkgs.easyeffects;
|
||||
|
||||
# Notification daemon
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue