Replace noisetorch with easyeffects

This commit is contained in:
Victor Mignot 2024-01-01 14:15:22 +01:00
parent cd2f693515
commit 612004ef7a
Signed by: dala
GPG key ID: 5E7F2CE1BEAFED3D
2 changed files with 1 additions and 3 deletions

View file

@ -9,7 +9,6 @@ let
]; ];
soundPackages = with pkgs; [ soundPackages = with pkgs; [
pulseaudio
pavucontrol pavucontrol
pamixer pamixer
]; ];
@ -52,6 +51,7 @@ in
tldr tldr
zathura zathura
lazygit lazygit
easyeffects
] ++ multimediaPackages ] ++ multimediaPackages
++ soundPackages ++ soundPackages
++ yubikeyTools; ++ yubikeyTools;

View file

@ -6,6 +6,4 @@
alsa.support32Bit = true; alsa.support32Bit = true;
pulse.enable = true; pulse.enable = true;
}; };
programs.noisetorch.enable = true;
} }