nix-configs/modules/desktop/fonts.nix

22 lines
366 B
Nix

{pkgs, ...}: {
fonts.packages = with pkgs; [
nerd-fonts.fira-code
nerd-fonts.departure-mono
google-fonts
montserrat
noto-fonts
atkinson-hyperlegible
arkpandora_ttf
liberation_ttf
caladea
carlito
garamond-libre
ocr-a
amiri
libertine
inter
b612
departure-mono
];
fonts.fontDir.enable = true;
}