fix packages: on debian 12

This commit is contained in:
Yuan Chiu 2025-05-21 05:21:09 +08:00
parent 7772918014
commit 479540f0b2
Signed by: yuan
GPG Key ID: 50FBE4156404B98D

View File

@ -68,12 +68,12 @@ apt = [
'git', 'git',
'gcc', 'gcc',
'ripgrep', 'ripgrep',
'tree-sitter-cli',
] ]
apt_13 = [ apt_13 = [
'eza', 'eza',
'neovim', 'neovim',
'tree-sitter-cli',
'lazygit', 'lazygit',
] ]