nix-your-shell: Add support for ion
too
`nix-your-shell` only needs shell-specific support for automatically configuring the shell, but the HM module takes care of it here. I tested and running `nix-your-shell ion nix develop` or such, does the right thing: `ion` is started as the inner shell in the new env.
This commit is contained in:
parent
bc7ef22d1f
commit
b7615d9c1b
|
@ -4,7 +4,7 @@ let
|
|||
cfg = config.programs.nix-your-shell;
|
||||
|
||||
# In principle `bash` is supported too, but... 😹
|
||||
shells = [ "fish" "nushell" "zsh" ];
|
||||
shells = [ "fish" "ion" "nushell" "zsh" ];
|
||||
programs = [ "nix" "nix-shell" ];
|
||||
in {
|
||||
meta.maintainers = with lib.maintainers; [ nicoo ];
|
||||
|
|
Loading…
Reference in a new issue