format
This commit is contained in:
parent
a7589ad4fe
commit
0e56405038
8 changed files with 257 additions and 69 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue