From aa841c63a6f7d464e438faeca541b221183414a1 Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek Date: Fri, 19 Jul 2024 19:06:17 +0200 Subject: [PATCH] feat: new fonts --- nixos/hosts/configuration.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/nixos/hosts/configuration.nix b/nixos/hosts/configuration.nix index 83ecdb4..752e48c 100644 --- a/nixos/hosts/configuration.nix +++ b/nixos/hosts/configuration.nix @@ -79,16 +79,19 @@ security.polkit.enable = true; fonts.packages = with pkgs; [ # Fonts + hack-font inter ubuntu_font_family fira-code roboto - carlito # NixOS - vegur # NixOS + carlito + vegur source-code-pro jetbrains-mono - font-awesome # Icons - corefonts # MS + noto-fonts + noto-fonts-color-emoji + font-awesome + corefonts vistafonts (nerdfonts.override { # Nerdfont Icons override fonts = [ -- 2.48.1