From 2ab8ef98d7c03fe5d6128ae26f7fc83a00a408d7 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 8 Feb 2024 10:55:54 +0100 Subject: [PATCH] Hyprland: fix target start --- 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 46f7891..ec5653b 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 & nm-applet & blueman-applet & systemctl --user start hyprland-login + exec-once = ${if nixosConfig.networking.hostName == "thor" then "xrandr --output DP-2 --primary" else "true"} & swww init & nm-applet & blueman-applet & systemctl --user start hyprland-login.target # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf