mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
17 lines
242 B
Nix
17 lines
242 B
Nix
![]() |
{
|
||
|
pkgs,
|
||
|
...
|
||
|
}:
|
||
|
{
|
||
|
home.packages = builtins.attrValues {
|
||
|
inherit (pkgs.nodePackages_latest)
|
||
|
"@commitlint/config-conventional"
|
||
|
dotenv-cli
|
||
|
forever
|
||
|
nodejs
|
||
|
npm
|
||
|
typescript-language-server
|
||
|
;
|
||
|
};
|
||
|
}
|