From c27c0905e75e27628398f33f6732f80dc84d6f38 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 25 Mar 2024 17:26:37 -0400 Subject: [PATCH] hyprland: fixed mispelling in font declaration --- home/hypr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hypr/default.nix b/home/hypr/default.nix index 1b75902a..e76e3a68 100644 --- a/home/hypr/default.nix +++ b/home/hypr/default.nix @@ -64,7 +64,7 @@ name = "Papirus-Light"; }; font = { - name = "Noto Sans Nerd Font Regular"; + name = "NotoSans Nerd Font Regular"; size = 11; }; };