nix-home-manager/fonts.nix

10 lines
116 B
Nix
Raw Normal View History

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