try to fix flatpak cjk glitch
This commit is contained in:
parent
d1f1cb7715
commit
dfc329ccc9
@ -1,5 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
fonts= {
|
||||
fontDir.enable = true;
|
||||
|
||||
fonts = with pkgs;[
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
|
@ -13,6 +13,11 @@
|
||||
jdk17
|
||||
];
|
||||
|
||||
sessionPath = {
|
||||
".local/bin"
|
||||
"Applications"
|
||||
}
|
||||
|
||||
shellAliases = {
|
||||
cao = "fuck";
|
||||
top = "btop";
|
||||
@ -23,5 +28,10 @@
|
||||
|
||||
file = {
|
||||
# TODO: hyprland
|
||||
|
||||
# Use flatseal to change permissions.
|
||||
".local/share/fonts" = {
|
||||
source = /run/current-system/sw/share/X11/fonts
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user