From a1134a91a9c8da3ed9c13beb9ed70d14fd045691 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Thu, 22 Aug 2024 12:07:12 +0100 Subject: [PATCH] added waybar autostart to Hyprland --- hosts/gabbielaptop/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/gabbielaptop/home.nix b/hosts/gabbielaptop/home.nix index 712187b..674ebf5 100644 --- a/hosts/gabbielaptop/home.nix +++ b/hosts/gabbielaptop/home.nix @@ -80,6 +80,7 @@ xwayland.enable = true; # Autostart using systemd # systemd.enable = true; + extraConfig = "exec-once = waybar" }; # Hyprland configuration wayland.windowManager.hyprland.settings = { @@ -106,8 +107,8 @@ ) 10) ); -# exec-once = waybar; }; + programs.waybar = { enable = true; settings = {