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

This reverts commit bc301fad04.
It breaks evaluation of 24.05 machines
This commit is contained in:
Julien Malka 2024-10-13 12:53:53 +02:00
parent fad633980d
commit fea37275b5
Signed by: Luj
GPG key ID: 6FC74C847011FD83

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