grimm-nixos-laptop/modules/fonts.nix

14 lines
201 B
Nix
Raw Normal View History

2023-11-28 23:24:43 +01:00
with import <nixpkgs> {};
{
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk
font-awesome
noto-fonts-emoji
roboto
liberation_ttf
];
fonts.fontDir.enable = true;
}