try to fix flatpak cjk glitch

This commit is contained in:
Sense T 2023-06-21 13:46:27 +08:00
parent d1f1cb7715
commit dfc329ccc9
2 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,7 @@
{pkgs, ...}: { {pkgs, ...}: {
fonts= { fonts= {
fontDir.enable = true;
fonts = with pkgs;[ fonts = with pkgs;[
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk

View File

@ -13,6 +13,11 @@
jdk17 jdk17
]; ];
sessionPath = {
".local/bin"
"Applications"
}
shellAliases = { shellAliases = {
cao = "fuck"; cao = "fuck";
top = "btop"; top = "btop";
@ -23,5 +28,10 @@
file = { file = {
# TODO: hyprland # TODO: hyprland
# Use flatseal to change permissions.
".local/share/fonts" = {
source = /run/current-system/sw/share/X11/fonts
};
}; };
} }