From 635c52d229347f37791742138162040edbeec3e8 Mon Sep 17 00:00:00 2001 From: kiana-S Date: Sat, 14 Jan 2023 15:08:11 -0500 Subject: [PATCH] Fix semicolon I should really get a Nix linter... --- mobile/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/config.nix b/mobile/config.nix index 0a80911..b12d53d 100644 --- a/mobile/config.nix +++ b/mobile/config.nix @@ -15,6 +15,6 @@ autoLogin.enable = true; autoLogin.user = username; defaultSession = "swmo"; - } + }; }; }