add lld to c lang config

This commit is contained in:
xunuwu 2025-06-11 20:42:08 +02:00
parent 46cb984667
commit 1dac8e8605
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -1,3 +1,9 @@
{pkgs, ...}: {
home.packages = with pkgs; [clang-tools buckle gdb lldb];
home.packages = with pkgs; [
clang-tools
buckle
gdb
lldb
lld
];
}