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
80aebd11475daaa44c9f605d7b2335e67087e78f
nix
/
modules
/
home
/
develop.nix
12 lines
104 B
Nix
Raw
Normal View
History
Unescape
Escape
reinit
2025-04-21 11:17:23 +08:00
{
pkgs
,
.
.
.
}:
{
home
=
{
packages
=
with
pkgs
;
[
go
nodejs
yarn
]
;
fix
2025-04-21 11:52:39 +08:00
}
;
}
Reference in New Issue
Copy Permalink