librewolf: Configure fonts
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
7bb0206d43
commit
4a8836014d
1 changed files with 7 additions and 0 deletions
|
@ -4,4 +4,11 @@
|
||||||
};
|
};
|
||||||
programs.librewolf.profiles.default.id = 0;
|
programs.librewolf.profiles.default.id = 0;
|
||||||
programs.librewolf.profiles.default.isDefault = true;
|
programs.librewolf.profiles.default.isDefault = true;
|
||||||
|
programs.librewolf.profiles.default.settings = {
|
||||||
|
# Fonts
|
||||||
|
"font.default.x-western" = "sans-serif";
|
||||||
|
"font.name.monospace.x-western" = "Fira Mono";
|
||||||
|
"font.name.sans-serif.x-western" = "Fira Sans";
|
||||||
|
"font.name.serif.x-western" = "Fira Sans";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue