7 lines
No EOL
122 B
Nix
7 lines
No EOL
122 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
fonts.fonts = with pkgs; [
|
|
(nerdfonts.override { fonts = [ "FiraCode" "JetBrainsMono" ]; })
|
|
];
|
|
} |