Add liberation font, remove font-awesome (should be covered by nerdfonts)
This commit is contained in:
parent
af67e156a4
commit
c83fa1325a
|
@ -245,8 +245,8 @@
|
||||||
emoji.package
|
emoji.package
|
||||||
])
|
])
|
||||||
++ (with pkgs; [
|
++ (with pkgs; [
|
||||||
|
liberation_ttf # General compatibility
|
||||||
lmodern # LaTeX
|
lmodern # LaTeX
|
||||||
font-awesome # Swappy Icons
|
|
||||||
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
||||||
]);
|
]);
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
|
|
Loading…
Reference in a new issue