6 lines
101 B
Nix
6 lines
101 B
Nix
{...}: {
|
|
fonts.packages = with pkgs; [
|
|
nerd-fonts.jetbrains-mono
|
|
twemoji-color-font
|
|
];
|
|
}
|