dotfiles/nixos/modules/fonts.nix
2025-01-16 23:26:43 +01:00

10 lines
No EOL
134 B
Nix

{ pkgs, ... }:
{
# Fonts
fonts.packages = with pkgs; [
jetbrains-mono
nerd-font-patcher
noto-fonts-color-emoji
];
}