diff --git a/home/ooks/features/essentials/fonts.nix b/home/ooks/features/essentials/fonts.nix index 56637b6..a927679 100644 --- a/home/ooks/features/essentials/fonts.nix +++ b/home/ooks/features/essentials/fonts.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: { +{ pkgs, ... }: { fontProfiles = { enable = true; monospace = { @@ -10,4 +10,9 @@ package = pkgs.fira; }; }; + home.packages = with pkgs; [ + noto-fonts + noto-fonts-cjk + noto-fonts-emoji + ]; }