From a6da9e584e6e167e20efb01ad182e6d9fc392fad Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Mon, 29 Sep 2025 12:48:06 +0800 Subject: [PATCH] fix alacritty-sixel-git: add pkgconf --- .chezmoidata/packages.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.chezmoidata/packages.toml b/.chezmoidata/packages.toml index fabae0e..766e025 100644 --- a/.chezmoidata/packages.toml +++ b/.chezmoidata/packages.toml @@ -102,6 +102,7 @@ pacman = [ 'lazygit', 'base-devel', 'fakeroot', + 'pkgconf', 'gcc', 'cmake', 'zsh', @@ -152,6 +153,7 @@ pacman = [ 'lazygit', 'base-devel', 'fakeroot', + 'pkgconf', 'gcc', 'cmake', 'zsh',