chore(home-manager/kitty): fix eval warning

This commit is contained in:
Luj 2024-10-13 12:44:08 +02:00
parent 565926da02
commit fbcba53ad7

View file

@ -1,4 +1,9 @@
{ config, pkgs, lib, ... }:
{
config,
pkgs,
lib,
...
}:
let
cfg = config.luj.programs.kitty;
in
@ -23,7 +28,7 @@ with lib;
name = "FiraCode Nerd Font Mono Reg";
package = with pkgs; (nerdfonts.override { fonts = [ "FiraCode" ]; });
};
theme = "Catppuccin-Mocha";
themeFile = "Catppuccin-Mocha";
};
};