feat: add easyeffects daemon

This commit is contained in:
Youwen Wu 2024-07-12 00:27:08 -07:00
parent c970474c7a
commit eb5eaad474
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 6 additions and 0 deletions

View file

@ -138,6 +138,8 @@
enableSSHSupport = true;
};
programs.dconf.enable = true;
# List services that you want to enable:
# Enable the OpenSSH daemon.

View file

@ -129,6 +129,10 @@
};
};
services.easyeffects = {
enable = true;
};
programs.fzf = {
enable = true;
catppuccin.enable = true;