diff --git a/configuration.nix b/configuration.nix index 6b2116a..f7b18b4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -21,6 +21,18 @@ # networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; + fonts.packages = with pkgs; [ + noto-fonts + noto-fonts-cjk + noto-fonts-emoji + liberation_ttf + fira-code + fira-code-symbols + mplus-outline-fonts.githubRelease + dina-font + proggyfonts + ]; + # Enable networking networking.networkmanager.enable = true;