Replace noisetorch with easyeffects
This commit is contained in:
parent
cd2f693515
commit
612004ef7a
|
@ -9,7 +9,6 @@ let
|
|||
];
|
||||
|
||||
soundPackages = with pkgs; [
|
||||
pulseaudio
|
||||
pavucontrol
|
||||
pamixer
|
||||
];
|
||||
|
@ -52,6 +51,7 @@ in
|
|||
tldr
|
||||
zathura
|
||||
lazygit
|
||||
easyeffects
|
||||
] ++ multimediaPackages
|
||||
++ soundPackages
|
||||
++ yubikeyTools;
|
||||
|
|
|
@ -6,6 +6,4 @@
|
|||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
programs.noisetorch.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue