nixos-config/modules/home/variables/look/fonts/default.nix
2025-05-28 18:20:15 -04:00

7 lines
101 B
Nix

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