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