16 lines
221 B
Nix
16 lines
221 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
fonts.packages = with pkgs; [
|
|
corefonts
|
|
ubuntu_font_family
|
|
font-awesome
|
|
nerdfonts
|
|
noto-fonts-color-emoji
|
|
powerline
|
|
ipafont
|
|
baekmuk-ttf
|
|
nerdfonts
|
|
];
|
|
}
|