From a3437b04e86e9969ab1d9b5d76cbb65b2d31c039 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Wed, 15 Oct 2025 19:45:01 +0200 Subject: [PATCH] Source kitty configuration in home manager --- hosts/vm/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/vm/home.nix b/hosts/vm/home.nix index d1f3ac0..d391d65 100644 --- a/hosts/vm/home.nix +++ b/hosts/vm/home.nix @@ -82,5 +82,10 @@ ".inputrc".source = ../../dots/.inputrc; ".bashrc.d/prompt".source = ../../dots/.bashrc.d/prompt; ".bashrc.d/editor".source = ../../dots/.bashrc.d/editor; + ".config/kitty/kitty.conf".source = ../../dots/.config/kitty/kitty.conf; + ".config/kitty/themes/zenwritten_light.conf".source = + ../../dots/.config/kitty/themes/zenwritten_light.conf; + ".config/kitty/themes/zenwritten_dark.conf".source = + ../../dots/.config/kitty/themes/zenwritten_dark.conf; }; }