mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
lavaridge/aly: enable easyeffects
This commit is contained in:
parent
57e03f362b
commit
1a8db1b959
|
@ -7,5 +7,10 @@
|
||||||
}: {
|
}: {
|
||||||
home-manager.users.aly = {
|
home-manager.users.aly = {
|
||||||
imports = [../../homeManagerModules ../../aly.nix];
|
imports = [../../homeManagerModules ../../aly.nix];
|
||||||
|
|
||||||
|
alyraffauf.services.easyeffects = {
|
||||||
|
enable = true;
|
||||||
|
preset = "framework13";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue