Replace noisetorch with easyeffects
This commit is contained in:
parent
cd2f693515
commit
612004ef7a
|
@ -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;
|
||||||
|
|
|
@ -6,6 +6,4 @@
|
||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.noisetorch.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue