From 0495972d45cfc9fe483dd34edc14317646d15eaa Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 9 Feb 2026 13:51:01 +0100 Subject: [PATCH] Fixed a typo in the hyprland config --- modules/home-manager/Hyprland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/Hyprland/hyprland.nix b/modules/home-manager/Hyprland/hyprland.nix index d145d16..a9895fa 100644 --- a/modules/home-manager/Hyprland/hyprland.nix +++ b/modules/home-manager/Hyprland/hyprland.nix @@ -97,7 +97,7 @@ in ", XF86AudioPlay, exec, playerctl play-pause" ", XF86AudioRaiseVolume, exec, VolumeManager up" ", XF86AudioLowerVolume, exec, VolumeManager down" - ", XF866AudioMute, exec, VolumeManager mute" + ", XF86AudioMute, exec, VolumeManager mute" ]; };