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

This reverts commit fbcba53ad7.
It breaks evaluation of 24.05 machines
This commit is contained in:
Luj 2024-10-13 12:53:53 +02:00
parent 3ad16b236d
commit 43610ad18c

View file

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