13 lines
176 B
Nix
13 lines
176 B
Nix
{lib, config, pkgs, ... }:
|
|
|
|
{
|
|
fonts.fonts = with pkgs; [
|
|
fira-mono
|
|
font-awesome-ttf
|
|
powerline-fonts
|
|
vistafonts
|
|
noto-fonts-cjk
|
|
noto-fonts-emoji
|
|
];
|
|
}
|