diff --git a/modules/programs/nix-your-shell.nix b/modules/programs/nix-your-shell.nix index cde05744..2af0ec56 100644 --- a/modules/programs/nix-your-shell.nix +++ b/modules/programs/nix-your-shell.nix @@ -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 ];