13 lines
192 B
Nix
Executable file
13 lines
192 B
Nix
Executable file
{pkgs, ... }:
|
|
{
|
|
fonts.fonts = with pkgs; [
|
|
noto-fonts
|
|
noto-fonts-cjk
|
|
noto-fonts-emoji
|
|
liberation_ttf
|
|
fira-code
|
|
fira-code-symbols
|
|
dina-font
|
|
proggyfonts
|
|
];
|
|
}
|