Fix semicolon

I should really get a Nix linter...
This commit is contained in:
Kiana Sheibani 2023-01-14 15:08:11 -05:00
parent b67286cae0
commit 635c52d229

View file

@ -15,6 +15,6 @@
autoLogin.enable = true; autoLogin.enable = true;
autoLogin.user = username; autoLogin.user = username;
defaultSession = "swmo"; defaultSession = "swmo";
} };
}; };
} }