From 7481c9f9c78c22403eedcee7a45355e41819a137 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 1 Oct 2023 11:19:53 -0500 Subject: [PATCH] add kitty config --- home/features/desktop/wayland-wm/kitty.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/features/desktop/wayland-wm/kitty.nix b/home/features/desktop/wayland-wm/kitty.nix index 85ea048..9961b34 100644 --- a/home/features/desktop/wayland-wm/kitty.nix +++ b/home/features/desktop/wayland-wm/kitty.nix @@ -7,7 +7,7 @@ in { home = { packages = [ kitty-xterm ]; - sessioVariables = { + sessionVariables = { TERMINAL = "kitty -1"; }; }; @@ -18,4 +18,4 @@ in scrollback_lines = 4000; }; }; -} \ No newline at end of file +}