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

7 lines
82 B
Nix

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