try exporting shell

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-07 13:51:03 -06:00
parent 4c38979e20
commit b7939f0bfb

@ -31,6 +31,7 @@
})
];
shellHook = ''
export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}
echo "starting codium"
codium .
'';