1
0
Fork 0
forked from Bun/nixos-config
nixos-config/modules/home/variables/fonts/default.nix

7 lines
101 B
Nix

{ ... }:
{
vars.fonts = {
main = "Ubuntu Nerd Font";
mono = "UbuntuMono Nerd Font";
};
}