From 11c07bd435dcf0b18416b649dca7e99c1d7a0795 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 13 Jan 2024 09:08:55 +0100 Subject: [PATCH] Hyprland: add nm-applet and blueman-applet to login init --- modules/hm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index a7e4f0f..dafef58 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -55,7 +55,7 @@ # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch - exec-once = ${if nixosConfig.networking.hostName == "thor" then "xrandr --output DP-2 --primary" else "true"} & waybar & swww init & systemctl --user start hyprland-login + exec-once = ${if nixosConfig.networking.hostName == "thor" then "xrandr --output DP-2 --primary" else "true"} & waybar & swww init & nm-applet & blueman-applet & systemctl --user start hyprland-login # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf