feat: added js stuff
This commit is contained in:
parent
d2dbc13c26
commit
152f097fe1
|
@ -1 +1 @@
|
||||||
{ ... }: { imports = [ ./nix.nix ./purescript.nix ]; }
|
{ ... }: { imports = [ ./nix.nix ./purescript.nix ./javascript.nix ]; }
|
||||||
|
|
1
modules/dev/javascript.nix
Normal file
1
modules/dev/javascript.nix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{ pkgs }: { home-manager.users.adrielus.home.packages = with pkgs; [ nodejs ]; }
|
Loading…
Reference in a new issue