9 lines
126 B
Nix
9 lines
126 B
Nix
{ pkgs, ... }:
|
|
{
|
|
fonts.packages = with pkgs; [
|
|
nerd-fonts.fira-code
|
|
nerd-fonts.fira-mono
|
|
nerd-fonts.hack
|
|
];
|
|
}
|