Carve away
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# Basic system fonts
|
||||
#
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
fonts.fontconfig.enable = true;
|
||||
fonts.packages = with pkgs; [
|
||||
dejavu_fonts
|
||||
font-awesome
|
||||
ibm-plex
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
noto-fonts-cjk
|
||||
roboto
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user