easyeffects: Enable daemon

nazuna
Simon Bruder 2023-06-02 11:42:59 +02:00
parent 42f496ccea
commit ef2ec9d975
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
3 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,7 @@
imports = [ imports = [
./anki ./anki
./corectrl.nix ./corectrl.nix
./easyeffects.nix
./foot.nix ./foot.nix
./games.nix ./games.nix
./ghci.nix ./ghci.nix

View 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
}

View File

@ -166,7 +166,6 @@ in
# audio # audio
audacity # audio editor audacity # audio editor
easyeffects # signal processing for pipewire
picard # musicbrainz tagger picard # musicbrainz tagger
# office # office