kitty: use themeFile instead of just theme

This commit is contained in:
Natsu Kagami 2024-09-28 15:05:23 +02:00
parent 097a0efd90
commit 21947fd510
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -2,7 +2,6 @@
let let
cfg = config.nki.programs.kitty; cfg = config.nki.programs.kitty;
cmd = if pkgs.stdenv.isDarwin then "cmd" else "ctrl";
in in
with lib; with lib;
{ {
@ -51,7 +50,7 @@ with lib;
font.name = "Fantasque Sans Mono"; font.name = "Fantasque Sans Mono";
font.size = cfg.fontSize; font.size = cfg.fontSize;
theme = "Ayu Light"; themeFile = "ayu_light";
settings = settings =
let let