From 355d5e94a52384c6dd39b64755bca3b8e8a76811 Mon Sep 17 00:00:00 2001 From: schererleander Date: Wed, 21 May 2025 15:21:17 +0200 Subject: update to 25.05 --- modules/foot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/foot.nix') diff --git a/modules/foot.nix b/modules/foot.nix index 880342f..69f6bf2 100644 --- a/modules/foot.nix +++ b/modules/foot.nix @@ -4,7 +4,7 @@ options.foot.enable = lib.mkEnableOption "Enable and configure the Foot terminal emulator"; config = lib.mkIf config.foot.enable { home.packages = with pkgs; [ - (nerdfonts.override { fonts = [ "SpaceMono" "IBMPlexMono" "Terminus" ]; }) + nerd-fonts.space-mono ]; programs.foot = { -- cgit v1.3.1