This commit is contained in:
jopejoe1 2024-05-01 10:40:26 +02:00
parent a7589ad4fe
commit 0e56405038
8 changed files with 257 additions and 69 deletions

View file

@ -65,8 +65,14 @@
source-han-serif-japanese
];
fontconfig.defaultFonts = {
serif = [ "Noto Serif" "Source Han Serif" ];
sansSerif = [ "Noto Sans" "Source Han Sans" ];
serif = [
"Noto Serif"
"Source Han Serif"
];
sansSerif = [
"Noto Sans"
"Source Han Sans"
];
};
};
@ -115,7 +121,9 @@
};
};
environment.variables = { LOG_ICONS = "true"; };
environment.variables = {
LOG_ICONS = "true";
};
services = {
xserver = {
xkb.layout = "de";