non important commit

This commit is contained in:
maxstrb 2025-10-07 13:56:16 +02:00
parent 2e5de24290
commit f778dd0919

View file

@ -1,8 +1,12 @@
{ {pkgs, ...}: {
imports = [ imports = [
../modules/hyprland.nix ../modules/hyprland.nix
]; ];
home.packages = with pkgs; [
bluez
];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
settings = { settings = {
bind = [ bind = [
@ -38,6 +42,7 @@
middle = []; middle = [];
right = [ right = [
"volume" "volume"
"bluetooth"
"clock" "clock"
"systray" "systray"
"battery" "battery"