add hint what each font does
This commit is contained in:
parent
319db87cc8
commit
df85ff40e6
|
@ -423,8 +423,17 @@ in
|
||||||
decompressFonts = true;
|
decompressFonts = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# use the IBM Plex family of fonts as defaults
|
# install a list of useful fonts
|
||||||
packages = with pkgs; [ ibm-plex ];
|
packages = with pkgs; [
|
||||||
|
# large family of sans, serif and mono fonts with good unicode coverage
|
||||||
|
ibm-plex
|
||||||
|
|
||||||
|
# fonts patched with all needed symbols my shell prompt needs:
|
||||||
|
# cullmann on 🌐 neko in /data/nixos on master [!?]
|
||||||
|
nerdfonts
|
||||||
|
];
|
||||||
|
|
||||||
|
# use some proper default fonts
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
|
|
Loading…
Reference in a new issue