use pwvucontrol

This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-05 09:32:10 +02:00
parent 3f8562de4e
commit 41692c2972
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294
2 changed files with 4 additions and 2 deletions

View File

@ -56,7 +56,6 @@
libnotify
libreoffice-qt
mupdf
pavucontrol
slurp
wl-clipboard
xdg-user-dirs

View File

@ -61,7 +61,7 @@
};
};
});
sound = moduleWithSystem (toplevel@{ ... }: perSystem@{ ... }: {
sound = moduleWithSystem (toplevel@{ ... }: perSystem@{ pkgs, ... }: {
services = {
pipewire = {
enable = true;
@ -69,6 +69,9 @@
pulse.enable = true;
};
};
environment.systemPackages = with pkgs; [
pwvucontrol
];
});
music = moduleWithSystem (toplevel@{ ... }: perSystem@{ pkgs, ... }: {
environment.systemPackages = with pkgs; [