diff --git a/modules/home/doom/doom.nix b/modules/home/doom/doom.nix index 5db35a3..7f0bd15 100644 --- a/modules/home/doom/doom.nix +++ b/modules/home/doom/doom.nix @@ -9,7 +9,7 @@ cmake emacs-all-the-icons-fonts fira - fira-code-nerdfont + fira-code gcc ]; default-core-pkgs = with pkgs; [ diff --git a/modules/home/kitty/default.nix b/modules/home/kitty/default.nix index e381c52..320ce1e 100644 --- a/modules/home/kitty/default.nix +++ b/modules/home/kitty/default.nix @@ -14,7 +14,7 @@ in { enable = true; shellIntegration.enableZshIntegration = true; font = { - package = pkgs.fira-code.nerdfont; + package = pkgs.fira-code; name = "Fira Code Nerd Font"; size = 12; };