From 40e063ca588b17451ffcbd12edf8d4d250704981 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Thu, 5 Aug 2021 22:58:46 -0700 Subject: [PATCH] update to kitty settings --- home.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index 9f30006..399a254 100644 --- a/home.nix +++ b/home.nix @@ -51,9 +51,13 @@ programs.kitty = { enable = true; - font.name = "FiraCode Nerd Font Mono Retina"; + font = { + name = "FiraCode Nerd Font Mono Retina"; + size = 16; + }; settings = { - font_size = 20; + copy_on_select = true; + macos_quit_when_last_window_closed = true; }; };