see if this will fix tmux

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-07 14:04:41 -06:00
parent d7b608bbeb
commit b0c3a7626e

View File

@ -47,8 +47,11 @@
};
devShell = {
# Enabled by default
# enable = true;
mkShellArgs = {
shellHook = ''
export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}
'';
};
# Programs you want to make available in the shell.
# Default programs can be disabled by setting to 'null'