Add lsps to $PATH
This commit is contained in:
parent
bf5e7e9636
commit
368bf1f1f3
2 changed files with 8 additions and 0 deletions
7
modules/user/dev-support.nix
Normal file
7
modules/user/dev-support.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
rust-analyzer
|
||||
clang-tools_16
|
||||
bear
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue