10 lines
109 B
Nix
10 lines
109 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
fonts.packages = with pkgs; [
|
|
nerd-fonts.ubuntu
|
|
noto-fonts
|
|
hack-font
|
|
];
|
|
}
|