From e44d75a2fe32c70aa3b117f6898fd2a057ce16dc Mon Sep 17 00:00:00 2001 From: Gabriella Bere <contact@gabbie.blue> Date: Thu, 22 Aug 2024 11:21:14 +0100 Subject: [PATCH] add missing semicolon oops --- 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 07d70af..671aab9 100644 --- a/hosts/gabbielaptop/home.nix +++ b/hosts/gabbielaptop/home.nix @@ -79,5 +79,5 @@ xwayland.enable = true; # Autostart using systemd # systemd.enable = true; - } + }; }