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 libnotify
libreoffice-qt libreoffice-qt
mupdf mupdf
pavucontrol
slurp slurp
wl-clipboard wl-clipboard
xdg-user-dirs xdg-user-dirs

View File

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