Fix sound issues and blueman-applet

This commit is contained in:
bytequill 2025-07-03 12:45:55 +02:00
parent 0ec94a7c64
commit 55d2c8bbe6
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View File

@ -316,7 +316,7 @@ bindl = , XF86AudioPause, exec, playerctl play-pause
bindl = , XF86AudioPlay, exec, playerctl play-pause bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous 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 ### ### WINDOWS AND WORKSPACES ###
############################## ##############################

View File

@ -4,6 +4,10 @@
programs.hyprland.enable = true; programs.hyprland.enable = true;
programs.dconf.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; services.displayManager.ly.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [