This website requires JavaScript.
Explore
Help
Sign In
outfoxxed
/
nixnew
Watch
1
Star
1
Fork
You've already forked nixnew
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
5bde1e131f
nixnew
/
modules
/
user
/
dev-support.nix
10 lines
120 B
Nix
Raw
Normal View
History
Unescape
Escape
Add lsps to $PATH
2023-06-28 06:46:48 +00:00
{
pkgs
,
.
.
.
}:
{
home
.
packages
=
with
pkgs
;
[
rust-analyzer
clang-tools_16
bear
Add misc programs
2023-06-28 07:30:55 +00:00
gdb
pwndbg
Add lsps to $PATH
2023-06-28 06:46:48 +00:00
]
;
}
Reference in a new issue
Copy permalink