diff --git a/modules/graphical/shared.nix b/modules/graphical/shared.nix index 5164800..462f95c 100644 --- a/modules/graphical/shared.nix +++ b/modules/graphical/shared.nix @@ -17,6 +17,9 @@ in fonts.fontDir.enable = true; fonts.packages = with pkgs; [ + nerdfonts + noto-fonts + noto-fonts-emoji noto-fonts-cjk ];