From db9e359047cfe29402a8ac2bc4ad23a0774b19ad Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sat, 14 Jan 2023 13:35:18 +0100 Subject: [PATCH] Use helix as kitty editor, remove window padding --- home/modules/kitty.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/kitty.nix b/home/modules/kitty.nix index 19eafb74..2b41ab5f 100644 --- a/home/modules/kitty.nix +++ b/home/modules/kitty.nix @@ -23,9 +23,9 @@ in { # TODO: Configure settings = { - editor = "nvim"; + editor = "hx"; scrollback_lines = 10000; - window_padding_width = 10; + window_padding_width = 0; # hide_window_decorations = "yes"; # Light Theme