Add nodejs to home packages
This commit is contained in:
parent
63750e6536
commit
3cfbaba8e5
|
@ -12,6 +12,7 @@ in
|
|||
home-manager = pkgs.lib.setAttrByPath [ "users" psCfg.user.name ] {
|
||||
home.packages = with pkgs; [
|
||||
dogecoin
|
||||
nodejs
|
||||
];
|
||||
|
||||
programs.ssh = {
|
||||
|
|
Loading…
Reference in a new issue