From 0f8310f1512b42ee07496200ce551f323ec5e090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Mon, 26 May 2025 22:30:00 +0200 Subject: [PATCH] Home Gen26 @ 2025-05-26-19:05 by jonas@monolith --- modules/home/doom/doom.nix | 5 ++++- modules/home/kitty/default.nix | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/home/doom/doom.nix b/modules/home/doom/doom.nix index ca5d668..44b10b5 100644 --- a/modules/home/doom/doom.nix +++ b/modules/home/doom/doom.nix @@ -9,7 +9,8 @@ cmake emacs-all-the-icons-fonts fira - nerd-fonts.fira-code + fira-code + fira-code-symbols gcc ]; default-core-pkgs = with pkgs; [ @@ -133,6 +134,8 @@ in { }; config = lib.mkIf cfg.enable { + fonts.fontconfig.enable = true; + programs.emacs = { enable = true; package = wrapped-emacs; diff --git a/modules/home/kitty/default.nix b/modules/home/kitty/default.nix index d8de06b..d4e452e 100644 --- a/modules/home/kitty/default.nix +++ b/modules/home/kitty/default.nix @@ -15,7 +15,7 @@ in { shellIntegration.enableZshIntegration = true; font = { package = pkgs.nerd-fonts.fira-code; - name = "Fira Code Nerd Font"; + name = "FiraCode Nerd Font"; size = 12; }; themeFile = "Molokai";