fix: nixpaks - font

This commit is contained in:
Ryan Yin
2024-09-25 19:49:53 +08:00
parent ae289ab869
commit 4236df4281

View File

@@ -31,7 +31,7 @@ in {
}; };
# https://github.com/nixpak/nixpak/blob/master/modules/gui/fonts.nix # https://github.com/nixpak/nixpak/blob/master/modules/gui/fonts.nix
# it works not well, bind system's /etc/fonts directly instead # it works not well, bind system's /etc/fonts directly instead
fonts.enable = true; fonts.enable = false;
# https://github.com/nixpak/nixpak/blob/master/modules/locale.nix # https://github.com/nixpak/nixpak/blob/master/modules/locale.nix
locale.enable = true; locale.enable = true;
bubblewrap = { bubblewrap = {