kitty: use themeFile instead of just theme
This commit is contained in:
parent
097a0efd90
commit
21947fd510
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue