From 1fa4b35e87983a4cf28113135a7d6169f89feba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Mon, 21 Mar 2022 23:33:08 -0600 Subject: [PATCH] add kitty and kitty config --- home/default.nix | 4 ++-- kitty.conf.nix | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/home/default.nix b/home/default.nix index ac63bd4..200873f 100644 --- a/home/default.nix +++ b/home/default.nix @@ -36,8 +36,8 @@ }; programs.kitty = { - enalbe = true; - extraConfig = ./kitty.conf.nix + enable = true; + extraConfig = import ./kitty.conf.nix; }; services.betterlockscreen = { diff --git a/kitty.conf.nix b/kitty.conf.nix index 173de7f..c9d5016 100644 --- a/kitty.conf.nix +++ b/kitty.conf.nix @@ -1,3 +1,4 @@ +'' # Fonts font_family JetBrains Mono Medium bold_font JetBrains Mono Bold @@ -83,3 +84,4 @@ map ctrl+shift+minus change_font_size all -1.0 map ctrl+shift+backspace change_font_size all 0 map ctrl+shift+delete clear_terminal reset active +''