From c7db575f3bbc6b62429ae4631a6b00863d89f733 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Fri, 29 Sep 2023 09:22:10 +0200 Subject: [PATCH] fix: use nerdfont only for symbols in kitty --- configuration.nix | 4 ++-- home-manager/kitty.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 80a9390..70a675b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -55,9 +55,9 @@ }; fonts.fonts = with pkgs; [ - (nerdfonts.override { fonts = [ "DejaVuSansMono" "FiraCode" ]; }) - font-awesome + (nerdfonts.override { fonts = [ "DejaVuSansMono" "NerdFontsSymbolsOnly" ]; }) dejavu_fonts + fira-code ]; hardware = { diff --git a/home-manager/kitty.nix b/home-manager/kitty.nix index 9a204d6..372d237 100644 --- a/home-manager/kitty.nix +++ b/home-manager/kitty.nix @@ -9,7 +9,7 @@ in enable = true; theme = theme_name; font = { - name = "FiraCode Nerd Font Mono"; + name = "FiraCode"; }; settings = { tab_bar_style = "powerline";