nix-config/home/common/desktop/font.nix
2024-08-10 21:31:53 +02:00

8 lines
143 B
Nix

{ imports, config, pkgs, ... }: {
home.packages = with pkgs; [
noto-fonts
noto-fonts-emoji
];
fonts.fontconfig.enable = true;
}