moved fonts.nix to fontconfig in display
This commit is contained in:
parent
906d11b3b0
commit
739018e98f
|
@ -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
|
|
||||||
];
|
|
||||||
|
|
||||||
}
|
|
|
@ -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 = {
|
fonts = {
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
|
|
Loading…
Reference in New Issue