From 2320f653d81c0135d0ad2c38b6557cb8488e3a3c Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Sat, 27 Sep 2025 11:41:12 -0400 Subject: [PATCH] Missing semicolon --- hosts/default/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 0ec6e7b..0daa07c 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -99,7 +99,7 @@ } ''; force = true; - } + }; # Let Home Manager install and manage itself. programs.home-manager.enable = true; }