mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 04:53:54 -05:00
home-manager: explicitly add nerdfonts override
This commit is contained in:
parent
d96a44d260
commit
52e98f740c
|
@ -104,8 +104,9 @@
|
||||||
};
|
};
|
||||||
font = {
|
font = {
|
||||||
name = "NotoSans Nerd Font Regular";
|
name = "NotoSans Nerd Font Regular";
|
||||||
|
package = pkgs.nerdfonts.override { fonts = [ "Noto" ]; };
|
||||||
size = 11;
|
size = 11;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue