infrastructure/config/users/kat/gui/fonts.nix
2021-08-18 02:25:15 +01:00

5 lines
56 B
Nix

{ config, ... }:
{
fonts.fontconfig.enable = true;
}