dotfiles/nixos/modules/fonts.nix
2025-01-22 11:14:58 +01:00

10 lines
135 B
Nix

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