hardware/audio: add easyeffects
This commit is contained in:
parent
95302ee424
commit
6047b5361f
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ in
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
easyeffects
|
||||||
|
];
|
||||||
|
|
||||||
persist.directories = [
|
persist.directories = [
|
||||||
"/var/lib/alsa"
|
"/var/lib/alsa"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue