2025-01-01 11:30:16 -05:00
|
|
|
{ config, lib, ... }:
|
2024-10-09 03:36:08 -04:00
|
|
|
{
|
2025-01-01 11:30:16 -05:00
|
|
|
config = lib.mkIf config.home.desktop.enable {
|
|
|
|
services.easyeffects = {
|
|
|
|
enable = true;
|
|
|
|
preset = "headphones";
|
|
|
|
};
|
2025-01-10 14:38:04 -05:00
|
|
|
xdg.configFile."easyeffects/output/headphones.json".source = ./headphones.json;
|
2024-10-07 11:42:34 -04:00
|
|
|
};
|
|
|
|
}
|