easyeffects: Enable daemon
This commit is contained in:
parent
42f496ccea
commit
ef2ec9d975
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./anki
|
||||
./corectrl.nix
|
||||
./easyeffects.nix
|
||||
./foot.nix
|
||||
./games.nix
|
||||
./ghci.nix
|
||||
|
|
6
users/simon/modules/easyeffects.nix
Normal file
6
users/simon/modules/easyeffects.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ lib, nixosConfig, ... }:
|
||||
lib.mkIf nixosConfig.sbruder.gui.enable {
|
||||
services.easyeffects.enable = true;
|
||||
# TODO: Once I have the profiles finished,
|
||||
# add them here
|
||||
}
|
|
@ -166,7 +166,6 @@ in
|
|||
|
||||
# audio
|
||||
audacity # audio editor
|
||||
easyeffects # signal processing for pipewire
|
||||
picard # musicbrainz tagger
|
||||
|
||||
# office
|
||||
|
|
Loading…
Reference in a new issue