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