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

This commit is contained in:
Julien Malka 2024-10-13 12:44:08 +02:00
parent da3a6e1c9e
commit bc301fad04
Signed by: Luj
GPG key ID: 6FC74C847011FD83

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";
};
};