From 55d2c8bbe65b6de549f99d290d5624b562a264c4 Mon Sep 17 00:00:00 2001 From: bytequill Date: Thu, 3 Jul 2025 12:45:55 +0200 Subject: [PATCH] Fix sound issues and blueman-applet --- .config/hypr/hyprland.conf | 2 +- nix/modules/wayland.nix | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index bd726c4..6437f78 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -316,7 +316,7 @@ bindl = , XF86AudioPause, exec, playerctl play-pause bindl = , XF86AudioPlay, exec, playerctl play-pause bindl = , XF86AudioPrev, exec, playerctl previous -bind = $mainMod SHIFT, R, exec, pkill waybar & hyprctl dispatch exec waybar +bind = $mainMod SHIFT, R, exec, pkill waybar & hyprctl dispatch exec waybar & blueman-applet # Blueman applet likes to crash ############################## ### WINDOWS AND WORKSPACES ### ############################## diff --git a/nix/modules/wayland.nix b/nix/modules/wayland.nix index 02af071..4bca11d 100644 --- a/nix/modules/wayland.nix +++ b/nix/modules/wayland.nix @@ -4,6 +4,10 @@ programs.hyprland.enable = true; programs.dconf.enable = true; + services.pipewire.enable = true; + services.pipewire.pulse.enable = true; + services.pipewire.alsa.enable = true; + services.displayManager.ly.enable = true; environment.systemPackages = with pkgs; [