try to fix flatpak cjk glitch
This commit is contained in:
parent
d1f1cb7715
commit
dfc329ccc9
@ -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
|
||||||
|
@ -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
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Reference in New Issue
Block a user