From ffdc93c03a7986f95d463a30337938e4c2c1251f Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Tue, 21 May 2024 11:51:26 -0400 Subject: [PATCH] Forgot A Semi-colon --- modules/common/gaming/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/gaming/default.nix b/modules/common/gaming/default.nix index 926678b..e122823 100644 --- a/modules/common/gaming/default.nix +++ b/modules/common/gaming/default.nix @@ -2,5 +2,5 @@ { imports = [ ./steam.nix - ] + ]; }