From a2b4b0d8ea9c1ffcd3d4364b4b1ab39e253b1d2c Mon Sep 17 00:00:00 2001 From: biscuit Date: Wed, 18 Jun 2025 13:06:36 -0500 Subject: [PATCH] test --- pkgs/matugen/custom/config.toml | 2 +- pkgs/matugen/custom/templates/kitty.conf | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/pkgs/matugen/custom/config.toml b/pkgs/matugen/custom/config.toml index 8724e11..30c3e1e 100644 --- a/pkgs/matugen/custom/config.toml +++ b/pkgs/matugen/custom/config.toml @@ -60,6 +60,6 @@ blue = { color = "#0000ff", blend = false } ### --- my config [templates.kitty] -input_path = './templates/kitty.conf' +input_path = '~/.config/nixos/pkgs/matugen/custom/templates/colors.conf' output_path = '~/.config/kitty/colors.conf' post_hook = "kitty @ set-colors -a -c ~/.config/kitty/colors.conf" diff --git a/pkgs/matugen/custom/templates/kitty.conf b/pkgs/matugen/custom/templates/kitty.conf index 20a4524..e69de29 100644 --- a/pkgs/matugen/custom/templates/kitty.conf +++ b/pkgs/matugen/custom/templates/kitty.conf @@ -1,17 +0,0 @@ -# Shell integration is sourced and configured manually -shell_integration no-rc - -bold_font auto -bold_italic_font auto -confirm_os_window_close 0 -font_family JetBrainsMono Nerd Font -font_size 18 -input_delay 0 -italic_font auto -repaint_delay 2 -sync_to_monitor no -wayland_enable_ime no -window_padding_width 10 -allow_remote_control yes - -include colors.conf