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; [
pulseaudio
pavucontrol
pamixer
];
@ -52,6 +51,7 @@ in
tldr
zathura
lazygit
easyeffects
] ++ multimediaPackages
++ soundPackages
++ yubikeyTools;

View file

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