diff --git a/home-manager/fred.nix b/home-manager/fred.nix index ce014c0..ee9be06 100644 --- a/home-manager/fred.nix +++ b/home-manager/fred.nix @@ -17,7 +17,7 @@ # Ghostty config home.file.".config/ghostty/config".force = true; home.file.".config/ghostty/config".text = '' - font-family = MesloLGS Nerd Font + font-family = FiraMono Nerd Font font-size = 11 font-thicken = true theme = dark:Catppuccin Mocha,light:Catppuccin Latte diff --git a/settings/shell.nix b/settings/shell.nix index c70d23e..3eacc74 100644 --- a/settings/shell.nix +++ b/settings/shell.nix @@ -8,6 +8,7 @@ # Install Nerd Fonts for icon support fonts.packages = with pkgs; [ nerd-fonts.fira-code + nerd-fonts.fira-mono nerd-fonts.jetbrains-mono nerd-fonts.meslo-lg ];