Fix semicolon
I should really get a Nix linter...
This commit is contained in:
parent
b67286cae0
commit
635c52d229
|
@ -15,6 +15,6 @@
|
||||||
autoLogin.enable = true;
|
autoLogin.enable = true;
|
||||||
autoLogin.user = username;
|
autoLogin.user = username;
|
||||||
defaultSession = "swmo";
|
defaultSession = "swmo";
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue