diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index f1db01a..2214803 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -7,7 +7,7 @@ ./yazi.nix ]; - home.packages = builtins.attrValues { inherit (pkgs) wofi swaylock way-lockscreen wlogout playerctl brillo pamixer waybar swww; }; + home.packages = builtins.attrValues { inherit (pkgs) wofi swaylock way-lockscreen wlogout playerctl brillo pamixer waybar swww blueman networkmanagerapplet; }; # wayland.windowManager.hyprland = { }; @@ -56,7 +56,7 @@ # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch - exec-once = waybar & swww init # & firefox + exec-once = waybar & swww init & blueman-applet & nm-applet # & firefox # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf