From 0c7d55488b83c043e7ecadd6ee7ba7855bb81600 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:27:25 -0500 Subject: [PATCH] syntax fix --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index e9d10aa..1f8677d 100644 --- a/flake.nix +++ b/flake.nix @@ -43,5 +43,6 @@ imports = [ self.homeManagerModules.default ]; }; }; + }; }; }