nixfiles/home/fonts.nix

3 lines
67 B
Nix

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