Move easyeffects to services

This commit is contained in:
Jimbo 2024-12-25 02:15:04 -05:00
parent 5d9146062a
commit 548a4ca197
4 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
services.easyeffects = {
enable = true;
preset = "headphones";
};
home.file = {
".config/easyeffects/output/headphones.json".source = ./headphones.json;
};
}