From 84b2a3a051dd11e1790600acf3772b55fd3a5f7b Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:47:17 -0500 Subject: [PATCH] add fonts --- common/systemModules/stylix.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/common/systemModules/stylix.nix b/common/systemModules/stylix.nix index 677af11..1927c34 100644 --- a/common/systemModules/stylix.nix +++ b/common/systemModules/stylix.nix @@ -45,14 +45,14 @@ package = pkgs.twemoji-color-font; name = "Twitter Color Emoji"; }; - # sansSerif = { - # package = stable.nerdfonts; - # name = "ComicShannsMono Nerd Font Mono"; - # }; - # serif = { - # package = stable.nerdfonts; - # name = "ComicShannsMono Nerd Font Mono"; - # }; + sansSerif = { + package = stable.nerdfonts; + name = "ComicShannsMono Nerd Font Mono"; + }; + serif = { + package = stable.nerdfonts; + name = "ComicShannsMono Nerd Font Mono"; + }; monospace = { package = stable.nerdfonts; name = "ComicShannsMono Nerd Font Mono";