Minor formatting

This commit is contained in:
niten 2021-09-22 18:43:45 -07:00
parent dcab43275a
commit 3f509d0829
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ let
in {
generate-config = { username, user-email, home-dir, ... }:
{ enable-gui ? false, ... }: import user-configs.${username} {
{ enable-gui ? false, ... }:
import user-configs.${username} {
inherit config lib pkgs username user-email home-dir enable-gui;
};
}