13 lines
133 B
Nix
13 lines
133 B
Nix
{
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
fonts.packages = with pkgs; [
|
|
noto-fonts
|
|
font-awesome
|
|
terminus_font
|
|
dlrg-fonts
|
|
];
|
|
|
|
}
|