From fbe3edb309d402bb71234a2f12edff336e977525 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 25 Mar 2024 17:30:27 -0400 Subject: [PATCH] hyprland: fixed fonts across mako and fuzzel --- home/alacritty/default.nix | 2 +- home/fuzzel/default.nix | 2 +- home/mako/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/alacritty/default.nix b/home/alacritty/default.nix index 5ca0eabd..fa060ffa 100644 --- a/home/alacritty/default.nix +++ b/home/alacritty/default.nix @@ -12,7 +12,7 @@ draw_bold_text_with_bright_colors = true; }; font = { - normal = { family = "NotoSansM Nerd Font Mono"; style = "Regular"; }; + normal = { family = "NotoSansM Nerd Font"; style = "Regular"; }; size = 10; }; selection.save_to_clipboard = true; diff --git a/home/fuzzel/default.nix b/home/fuzzel/default.nix index 23ba030d..ef58b085 100644 --- a/home/fuzzel/default.nix +++ b/home/fuzzel/default.nix @@ -5,7 +5,7 @@ enable = true; settings = { main = { - font = "NotoSansM Nerd Font"; + font = "NotoSansM Nerd Font Regular"; icon-theme = "Papirus-Dark"; layer = "overlay"; terminal = "${pkgs.alacritty}/bin/alacritty -e"; diff --git a/home/mako/default.nix b/home/mako/default.nix index fabd294e..34d5fcad 100644 --- a/home/mako/default.nix +++ b/home/mako/default.nix @@ -3,7 +3,7 @@ { services.mako = { enable = true; - font = "NotoSansM Nerd Font 10"; + font = "NotoSans Nerd Font Regular 10"; backgroundColor = "#00000099"; textColor = "#FFFFFF"; borderRadius = 10;