This website requires JavaScript.
Explore
Help
Sign In
alex
/
nix
Watch
1
Star
0
Fork
0
You've already forked nix
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1c3d078e17fafcd2ca4601a04cfe548a6ab3bf2a
nix
/
modules
/
home
/
develop.nix
13 lines
118 B
Nix
Raw
Normal View
History
Unescape
Escape
reinit
2025-04-21 11:17:23 +08:00
{
pkgs
,
.
.
.
}:
{
home
=
{
packages
=
with
pkgs
;
[
dbeaver
go
nodejs
yarn
]
;
fix
2025-04-21 11:52:39 +08:00
}
;
}
Reference in New Issue
Copy Permalink