Fonts: add noto fonts by default
This commit is contained in:
parent
5474e8b9b5
commit
2e87076b41
2 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue