forked from Bun/nixos-config
7 lines
101 B
Nix
7 lines
101 B
Nix
{ ... }:
|
|
{
|
|
vars.fonts = {
|
|
main = "Ubuntu Nerd Font";
|
|
mono = "UbuntuMono Nerd Font";
|
|
};
|
|
}
|