forked from Bun/nixos-config
Move easyeffects to services
This commit is contained in:
parent
5d9146062a
commit
548a4ca197
4 changed files with 1 additions and 1 deletions
|
@ -1,11 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.easyeffects = {
|
||||
enable = true;
|
||||
preset = "headphones";
|
||||
};
|
||||
|
||||
home.file = {
|
||||
".config/easyeffects/output/headphones.json".source = ./headphones.json;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue