From 65fcf8cd31c221489ca215332120255cae0d2dfe Mon Sep 17 00:00:00 2001 From: Patrick Menking Date: Tue, 17 Sep 2024 14:06:59 -0400 Subject: [PATCH] Try removing ; --- modules/users/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/default.nix b/modules/users/default.nix index 1edb814..4305e31 100644 --- a/modules/users/default.nix +++ b/modules/users/default.nix @@ -4,7 +4,7 @@ if config.users.crow.enable then [./crow.nix] else [] - ); + ) # ++ ( to add more, just move the ; ]; }