From 54df59705cf1b9ad005eadc8d4b193f5f185dc28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Fri, 26 Apr 2024 14:30:16 +0200 Subject: [PATCH] Home Gen111 @ 2024-04-26-14:30 --- home/jonas/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/jonas/hyprland.nix b/home/jonas/hyprland.nix index 6f407f0..b07adf6 100644 --- a/home/jonas/hyprland.nix +++ b/home/jonas/hyprland.nix @@ -16,7 +16,7 @@ systemd.variables = ["--all"]; xwayland.enable = true; settings = { - auto_start = [ + exec-once = [ "${pkgs.waybar}/bin/waybar &" "${pkgs.networkmanagerapplet}/bin/nm-applet &" ];