From 9539f2551e3063f6943639f0e6608eebd0d0882b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Mon, 26 May 2025 22:00:53 +0200 Subject: [PATCH] Home Gen26 @ 2025-05-26-19:05 by jonas@monolith --- modules/home/doom/doom.nix | 2 +- modules/home/kitty/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/doom/doom.nix b/modules/home/doom/doom.nix index ca5d668..5db35a3 100644 --- a/modules/home/doom/doom.nix +++ b/modules/home/doom/doom.nix @@ -9,7 +9,7 @@ cmake emacs-all-the-icons-fonts fira - nerd-fonts.fira-code + fira-code-nerdfont gcc ]; default-core-pkgs = with pkgs; [ diff --git a/modules/home/kitty/default.nix b/modules/home/kitty/default.nix index d8de06b..e381c52 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.nerd-fonts.fira-code; + package = pkgs.fira-code.nerdfont; name = "Fira Code Nerd Font"; size = 12; };