i did not start making smaller commits
This commit is contained in:
parent
28462677e0
commit
11536e636f
7 changed files with 25 additions and 5 deletions
|
@ -2,5 +2,6 @@
|
|||
imports = [
|
||||
./nix.nix
|
||||
./docs.nix
|
||||
./lsps.nix
|
||||
];
|
||||
}
|
||||
|
|
5
home/develop/lsps.nix
Normal file
5
home/develop/lsps.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
clang-tools # clangd
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue