From 31fa816373038e5fad807131a8526103bd005a6f Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 12 May 2024 20:12:49 -0700 Subject: Delete old duplicate config from util (i have no clue how that even happened?) --- util/modules/fonts.nix | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 util/modules/fonts.nix (limited to 'util/modules/fonts.nix') diff --git a/util/modules/fonts.nix b/util/modules/fonts.nix deleted file mode 100644 index 89ee17a..0000000 --- a/util/modules/fonts.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ pkgs, ... }: - -{ - fonts = { - packages = with pkgs; [ - nerdfonts - noto-fonts - noto-fonts-cjk - noto-fonts-cjk-sans - noto-fonts-cjk-serif - noto-fonts-emoji - ]; - - fontconfig = { - defaultFonts = { - monospace = [ "CaskaydiaMono Nerd Font" ]; - sansSerif = [ "DejaVu Sans" "Noto Sans CJK JP" "Noto Sans" ]; - serif = [ "DejaVu Serif" "Noto Serif CJK JP" "Noto Serif" ]; - }; - }; - }; -} -- cgit v1.2.3