Disable console

This commit is contained in:
Invariantspace 2024-07-19 23:11:35 -07:00
parent 5facd1263f
commit 3ab8933fc3
No known key found for this signature in database
GPG key ID: EBC4A20067373921

View file

@ -6,6 +6,8 @@ let
usrPwdFile = "users/${usr}/password";
in
{
console.enable = false;
fonts = {
fontDir.enable = true;
fontconfig.defaultFonts = {
@ -122,12 +124,7 @@ in
i18n = {
defaultLocale = "zh_CN.UTF-8";
supportedLocales = [
"C.UTF-8/UTF-8"
"en_US.UTF-8/UTF-8"
"ja_JP.UTF-8/UTF-8"
"zh_CN.UTF-8/UTF-8"
];
supportedLocales = [ "all" ];
};
programs = {