Add lsps to $PATH

This commit is contained in:
outfoxxed 2023-06-27 23:46:48 -07:00
parent bf5e7e9636
commit 368bf1f1f3
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
rust-analyzer
clang-tools_16
bear
];
}

View File

@ -75,6 +75,7 @@
./modules/dolphin
./modules/firefox
./modules/element.nix
./dev-support.nix
];
home.packages = with pkgs; [