set adwaita as default font
This commit is contained in:
parent
64c00fe618
commit
7f80af6b0c
1 changed files with 4 additions and 0 deletions
|
|
@ -6,4 +6,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
fonts.fontconfig.defaultFonts = {
|
||||||
|
sansSerif = [ "Adwaita Sans" ];
|
||||||
|
monospace = [ "Adwaita Mono" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue