moved fonts.nix to fontconfig in display

This commit is contained in:
mrsu 2024-06-28 18:15:36 +01:00
parent 906d11b3b0
commit 739018e98f
2 changed files with 13 additions and 16 deletions

View File

@ -1,15 +0,0 @@
{ pkgs, ... }:
{
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
nerdfonts
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
hack-font
liberation_ttf
libertine
font-awesome
];
}

View File

@ -1,4 +1,16 @@
{ ... }: {
{ ... }:
{
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
nerdfonts
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
hack-font
liberation_ttf
libertine
font-awesome
];
fonts = {
fontconfig = {
defaultFonts = {