diff --git a/home-manager/shell/alacritty.nix b/home-manager/shell/alacritty.nix index 89346df..21ab827 100644 --- a/home-manager/shell/alacritty.nix +++ b/home-manager/shell/alacritty.nix @@ -32,7 +32,7 @@ }; font = - let family = "VictorMono Nerd Font"; + let family = "VictorMono"; font-style = style: { inherit family style; }; in { normal = font-style "Regular";