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 15 username = "kierank"; 16 16 homeDirectory = "/home/kierank"; 17 17 18 + sessionPath = [ 19 + "$HOME/.npm-global/bin" 20 + "$HOME/.local/share/pnpm" 21 + ]; 22 + 18 23 packages = with pkgs; [ 19 24 # apps 20 25 iodine