mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +00:00
add fonts
This commit is contained in:
parent
11b4fb00a4
commit
7fc1f4015d
1 changed files with 6 additions and 0 deletions
|
@ -85,6 +85,12 @@
|
|||
LC_TIME = "en_IN";
|
||||
};
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
source-han-serif
|
||||
noto-fonts-emoji
|
||||
noto-fonts-cjk
|
||||
];
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue