Extra semicolon...

This commit is contained in:
Peter Selby 2023-11-06 15:46:27 -08:00
parent 1593539fea
commit d7a279a2f2
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
modules = [ modules = [
(import ./niten.nix { (import ./niten.nix {
inherit username user-email home-dir enable-gui doom-emacs niten-doom-config; inherit username user-email home-dir enable-gui doom-emacs niten-doom-config;
}); })
]; ];
}; };
}; };