diff options
Diffstat (limited to 'modules/fonts.nix')
| -rw-r--r-- | modules/fonts.nix | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/modules/fonts.nix b/modules/fonts.nix deleted file mode 100644 index 96236cb..0000000 --- a/modules/fonts.nix +++ /dev/null @@ -1,48 +0,0 @@ -{ pkgs, ... }: -{ - fonts.packages = with pkgs; [ - adwaita-fonts - monoid - font-awesome - dejavu_fonts - julia-mono - uw-ttyp0 - gohufont - spleen - terminus_font - creep - corefonts - dina-font - fira - fira-mono - hack-font - liberation_ttf - noto-fonts - noto-fonts-cjk-sans - noto-fonts-color-emoji - noto-fonts-monochrome-emoji - noto-fonts-emoji - noto-fonts-extra - proggyfonts - symbola - open-sans - twemoji-color-font - twitter-color-emoji - iosevka-bin - cozette - nerd-fonts.hack - ibm-plex - ]; - - fonts.enableDefaultPackages = true; - fonts.fontconfig = { - enable = true; - allowBitmaps = true; - useEmbeddedBitmaps = true; - defaultFonts.emoji = [ - "Twitter Color Emoji" - "Noto Color Emoji" - ]; - }; - -} |
