5 lines
116 B
Nix
5 lines
116 B
Nix
{pkgs, ...}: {
|
|
fonts.fonts = with pkgs; [
|
|
(nerdfonts.override {fonts = ["FiraCode" "JetBrainsMono"];})
|
|
];
|
|
}
|