Add lsps to $PATH
This commit is contained in:
parent
bf5e7e9636
commit
368bf1f1f3
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
|
||||||
|
];
|
||||||
|
}
|
|
@ -75,6 +75,7 @@
|
||||||
./modules/dolphin
|
./modules/dolphin
|
||||||
./modules/firefox
|
./modules/firefox
|
||||||
./modules/element.nix
|
./modules/element.nix
|
||||||
|
./dev-support.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue