6 lines
113 B
Nix
6 lines
113 B
Nix
{ pkgs, ... }:
|
|
{
|
|
fonts.fontconfig.enable = true;
|
|
home.packages = with pkgs; [ nerd-fonts.jetbrains-mono ];
|
|
}
|