From 7b2df1bc4f86963268ca93f963d2e883e0b8a045 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Mon, 12 Oct 2020 01:05:20 -0700 Subject: [PATCH] Add kitty terminal --- home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home.nix b/home.nix index 078aefa..168f291 100644 --- a/home.nix +++ b/home.nix @@ -75,6 +75,14 @@ enableFishIntegration = true; }; + programs.kitty = { + enable = true; + font.name = "SF Mono"; + settings = { + font_size = 20; + }; + }; + programs.direnv = { enable = true; enableFishIntegration = true;