Currently we need to prefix commands with nix develop --command so they are executed in a nix-shell this isn't optimal. Ideally there should be a global moxide settings file where users can specify if they want to be put into nix-shells by default. If users set this to true the nix develop --command or nix-shell command will be prefixed automatically when needed. It should also detect if a nix develop or nix-shell is needed.
Currently we need to prefix commands with
nix develop --commandso they are executed in a nix-shell this isn't optimal. Ideally there should be a global moxide settings file where users can specify if they want to be put into nix-shells by default. If users set this to true thenix develop --commandornix-shellcommand will be prefixed automatically when needed. It should also detect if anix developornix-shellis needed.