feat: pavucontrol -> pwvucontrol

This commit is contained in:
Gerg-L 2025-11-04 22:40:39 -05:00
parent 209bfc5b5b
commit 22f86fc2c1
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
packages = { packages = {
inherit (pkgs) inherit (pkgs)
bitwarden-desktop # store stuff bitwarden-desktop # store stuff
pavucontrol # gui volume control pwvucontrol # gui volume control
pcmanfm # file manager pcmanfm # file manager
mpv # play stuff mpv # play stuff
ripgrep ripgrep

View file

@ -16,7 +16,7 @@
packages = { packages = {
inherit (pkgs) inherit (pkgs)
mpv mpv
pavucontrol # gui volume control pwvucontrol # gui volume control
librewolf librewolf
; ;
inherit (nvim-flake.packages) neovim; inherit (nvim-flake.packages) neovim;