fix: the javascript.nix module didn't contain ... in the argument list
This commit is contained in:
parent
152f097fe1
commit
27982a4160
|
@ -1 +1,6 @@
|
||||||
{ pkgs }: { home-manager.users.adrielus.home.packages = with pkgs; [ nodejs ]; }
|
{ pkgs, ... }: {
|
||||||
|
home-manager.users.adrielus.home.packages = with pkgs; [
|
||||||
|
nodejs
|
||||||
|
nodePackages.node2nix
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue