mirror of
https://github.com/kmein/niveum
synced 2026-03-17 18:41:09 +01:00
feat(fotns): change emoji font
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
nixpkgs.config.joypixels.acceptLicense = true;
|
|
||||||
fonts = {
|
fonts = {
|
||||||
enableDefaultFonts = true;
|
enableDefaultFonts = true;
|
||||||
fontDir.enable = true;
|
fontDir.enable = true;
|
||||||
@@ -24,7 +23,6 @@
|
|||||||
ia-writer-duospace
|
ia-writer-duospace
|
||||||
ibm-plex
|
ibm-plex
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
joypixels
|
|
||||||
libertinus
|
libertinus
|
||||||
libre-bodoni
|
libre-bodoni
|
||||||
lmodern
|
lmodern
|
||||||
@@ -32,6 +30,7 @@
|
|||||||
ocr-a
|
ocr-a
|
||||||
roboto
|
roboto
|
||||||
roboto-mono
|
roboto-mono
|
||||||
|
noto-fonts-emoji
|
||||||
roboto-slab
|
roboto-slab
|
||||||
scheherazade-new
|
scheherazade-new
|
||||||
source-code-pro
|
source-code-pro
|
||||||
@@ -44,7 +43,7 @@
|
|||||||
zilla-slab
|
zilla-slab
|
||||||
]; # google-fonts league-of-moveable-type
|
]; # google-fonts league-of-moveable-type
|
||||||
fontconfig.defaultFonts = let
|
fontconfig.defaultFonts = let
|
||||||
emojiFont = "JoyPixels";
|
emojiFont = "Noto Emoji";
|
||||||
in {
|
in {
|
||||||
monospace = ["JetBrains Mono" emojiFont];
|
monospace = ["JetBrains Mono" emojiFont];
|
||||||
serif = ["Merriweather"];
|
serif = ["Merriweather"];
|
||||||
|
|||||||
Reference in New Issue
Block a user