Files
nixos/modules/nix-config/fonts.nix

8 lines
95 B
Nix

{ pkgs, ... }:
{
fonts.packages = with pkgs; [
nerd-fonts.jetbrains-mono
noto-fonts
];
}