diff --git a/hydenix/modules/hm/hyde.nix b/hydenix/modules/hm/hyde.nix index aff83b54..6b42339f 100644 --- a/hydenix/modules/hm/hyde.nix +++ b/hydenix/modules/hm/hyde.nix @@ -86,7 +86,7 @@ in ".local/bin/hyde-shell" = { source = pkgs.writeShellScript "hyde-shell" '' export PYTHONPATH="${pkgs.python-pyamdgpuinfo}/${pkgs.python3.sitePackages}:$PYTHONPATH" - exec "${pkgs.hyde}/Configs/.local/bin/hyde-shell" "$@" + exec ${pkgs.bashInteractive}/bin/bash "${pkgs.hyde}/Configs/.local/bin/hyde-shell" "$@" ''; executable = true; };