Fonts: add noto fonts by default

This commit is contained in:
lelgenio 2023-02-23 15:48:19 -03:00
parent 5474e8b9b5
commit 2e87076b41
2 changed files with 8 additions and 0 deletions

View file

@ -123,6 +123,12 @@
];
fonts.enableDefaultFonts = true;
fonts.fonts = with pkgs; [
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
nerdfonts_fira_hack
];
services.geoclue2.enable = true;
# programs.qt5ct.enable = true;