refactor(hm/price): overhaul font config
This commit is contained in:
parent
4573951a45
commit
b2d92e001e
@ -2,11 +2,15 @@
|
|||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
fontconfig
|
fontconfig
|
||||||
nerdfonts
|
(nerdfonts.override { fonts = [ "FiraCode" ]; })
|
||||||
fira-code
|
fira-code
|
||||||
|
fira
|
||||||
|
ibm-plex
|
||||||
|
open-sans
|
||||||
noto-fonts
|
noto-fonts
|
||||||
twitter-color-emoji
|
twitter-color-emoji
|
||||||
vistafonts
|
vistafonts
|
||||||
|
roboto
|
||||||
];
|
];
|
||||||
fonts = {
|
fonts = {
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
|
Loading…
Reference in New Issue
Block a user