Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
c54fa8eeb55f60a2ea8e4d8a30bad9a6722314f2
/
.
/
src
/
apps
/
personal
/
nodejs.nix
blob: cfb562b337b0197e108d6b9a55c5b138703b0917 [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
nodejs
-
17
_x
];
}