aboutsummaryrefslogtreecommitdiff
path: root/config/fonts/default.nix
blob: 2a78d588aed0a5d29552c9c4ac620900044f68eb (plain)
1
2
3
4
5
6
7
8
{ ... }:
{
  fonts.fontconfig.enable = true;
  xdg.configFile.fonts = {
    target = "fontconfig/fonts.conf";
    source = ./fonts.conf;
  };
}