Add nodejs to home packages

This commit is contained in:
Benjamin Bädorf 2021-06-28 17:53:06 +02:00
parent 63750e6536
commit 3cfbaba8e5
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -12,6 +12,7 @@ in
home-manager = pkgs.lib.setAttrByPath [ "users" psCfg.user.name ] {
home.packages = with pkgs; [
dogecoin
nodejs
];
programs.ssh = {