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

feat: add go bin to path

dunkirk.sh 0cb19406 d177edac

verified
+4
+4
modules/home/system/shell.nix
··· 633 633 glow 634 634 ]; 635 635 636 + home.sessionPath = [ 637 + "$HOME/go/bin" 638 + ]; 639 + 636 640 atelier.shell.git.enable = lib.mkDefault true; 637 641 }; 638 642 }