dotfiles/nixos/modules/fonts.nix
Bart van der Braak 8dd28119e7 full restructure
2025-01-17 01:25:44 +01:00

10 lines
No EOL
134 B
Nix

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