audioshit
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
{pkgs, config, lib, ...}:
|
||||
|
||||
let
|
||||
audio-plugins = pkgs.symlinkJoin { name = "audio-plugins"; paths = [ pkgs.lsp-plugins pkgs.speech-denoiser ];};
|
||||
in
|
||||
{
|
||||
config = lib.mkIf config.profiles.xsession.enable {
|
||||
home.packages = [
|
||||
pkgs.jack2
|
||||
] ++ lib.optionals config.profiles.gui.enable [
|
||||
home.packages = [ ] ++ lib.optionals config.profiles.gui.enable [
|
||||
pkgs.pavucontrol
|
||||
pkgs.qjackctl
|
||||
pkgs.carla
|
||||
];
|
||||
|
||||
# home.file.pulse = {
|
||||
# target = ".config/pulse/client.conf";
|
||||
# text = ''
|
||||
# daemon-binary=/var/run/current-system/sw/bin/pulseaudio
|
||||
# '';
|
||||
# };
|
||||
|
||||
home.file."audio-plugins" = {
|
||||
source = "${audio-plugins}/lib";
|
||||
target = "audio-plugins";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user