mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -05:00
feat: pavucontrol -> pwvucontrol
This commit is contained in:
parent
209bfc5b5b
commit
22f86fc2c1
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue