pwvucontrol and helvum

This commit is contained in:
tristan 2024-01-07 22:38:16 +00:00
parent 9bc8a4c323
commit 879489efcb
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,8 @@
inkscape inkscape
libsForQt5.okular libsForQt5.okular
pavucontrol pavucontrol
qpwgraph pwvucontrol
helvum
element-desktop element-desktop
brave brave
gimp gimp

View file

@ -24,7 +24,7 @@
format-muted = "🔇 {volume}"; format-muted = "🔇 {volume}";
format = "{icon} {volume}"; format = "{icon} {volume}";
format-icons.default = ["🔈" "🔉" "🔊"]; format-icons.default = ["🔈" "🔉" "🔊"];
on-click = "${pkgs.pavucontrol}/bin/pavucontrol"; on-click = "${pkgs.pwvucontrol}/bin/pwvucontrol";
}; };
mpris = { mpris = {
format = "{player_icon} {dynamic}"; format = "{player_icon} {dynamic}";

View file

@ -131,7 +131,6 @@ in {
environment.variables = { environment.variables = {
EDITOR = "nvim"; EDITOR = "nvim";
VISUAL = "nvim"; VISUAL = "nvim";
TERMINAL = "foot";
}; };
environment.pathsToLink = ["/share/zsh"]; environment.pathsToLink = ["/share/zsh"];