Kieran's opinionated (and probably slightly dumb) nix config

feat: add npm to path

dunkirk.sh 08be35de 957885fa

verified
+5
+5
machines/ember/default.nix
··· 15 username = "kierank"; 16 homeDirectory = "/home/kierank"; 17 18 packages = with pkgs; [ 19 # apps 20 iodine
··· 15 username = "kierank"; 16 homeDirectory = "/home/kierank"; 17 18 + sessionPath = [ 19 + "$HOME/.npm-global/bin" 20 + "$HOME/.local/share/pnpm" 21 + ]; 22 + 23 packages = with pkgs; [ 24 # apps 25 iodine