i did not start making smaller commits

This commit is contained in:
xunuwu 2024-08-05 21:22:47 +02:00
parent 28462677e0
commit 11536e636f
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
7 changed files with 25 additions and 5 deletions

View file

@ -2,5 +2,6 @@
imports = [
./nix.nix
./docs.nix
./lsps.nix
];
}

5
home/develop/lsps.nix Normal file
View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
clang-tools # clangd
];
}