1
Fork 0

feat: added js stuff

This commit is contained in:
Matei Adriel 2020-04-08 17:22:48 +00:00
parent d2dbc13c26
commit 152f097fe1
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
{ ... }: { imports = [ ./nix.nix ./purescript.nix ]; }
{ ... }: { imports = [ ./nix.nix ./purescript.nix ./javascript.nix ]; }

View file

@ -0,0 +1 @@
{ pkgs }: { home-manager.users.adrielus.home.packages = with pkgs; [ nodejs ]; }