From 3c020f2c8cbb8fe6875fe04dd2a567ce926207d7 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Thu, 22 Aug 2024 12:08:09 +0100 Subject: [PATCH] added missing semicolon --- hosts/gabbielaptop/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/gabbielaptop/home.nix b/hosts/gabbielaptop/home.nix index 674ebf5..26107d2 100644 --- a/hosts/gabbielaptop/home.nix +++ b/hosts/gabbielaptop/home.nix @@ -80,7 +80,7 @@ xwayland.enable = true; # Autostart using systemd # systemd.enable = true; - extraConfig = "exec-once = waybar" + extraConfig = "exec-once = waybar"; }; # Hyprland configuration wayland.windowManager.hyprland.settings = {