feat: add noto and fira-code fonts
This commit is contained in:
parent
f56d52f324
commit
17a527c023
|
@ -14,7 +14,11 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
hasklig
|
fira-code
|
||||||
|
noto-fonts
|
||||||
|
noto-fonts-extra
|
||||||
|
noto-fonts-cjk
|
||||||
|
noto-fonts-emoji
|
||||||
];
|
];
|
||||||
fonts.fontconfig.localConf = ''
|
fonts.fontconfig.localConf = ''
|
||||||
<fontconfig>
|
<fontconfig>
|
||||||
|
|
|
@ -13,6 +13,6 @@
|
||||||
inputMethod.enabled = "ibus";
|
inputMethod.enabled = "ibus";
|
||||||
inputMethod.ibus.engines = with pkgs.ibus-engines; [ uniemoji ];
|
inputMethod.ibus.engines = with pkgs.ibus-engines; [ uniemoji ];
|
||||||
};
|
};
|
||||||
|
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue