4 lines
80 B
Nix
4 lines
80 B
Nix
{ pkgs, ... }:
|
|
{
|
|
fonts.packages = with pkgs; [ nerd-fonts.jetbrains-mono ];
|
|
}
|