···11+diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish
22+index c3864a8..a12ac4d 100644
33+--- a/share/functions/__fish_config_interactive.fish
44++++ b/share/functions/__fish_config_interactive.fish
55+@@ -230,7 +230,7 @@ function __fish_config_interactive -d "Initializations that should be performed
66+ # Check for NixOS handler
77+ else if test -f /run/current-system/sw/bin/command-not-found
88+ function __fish_command_not_found_handler --on-event fish_command_not_found
99+- /run/current-system/sw/bin/command-not-found $argv[1]
1010++ /run/current-system/sw/bin/command-not-found $argv
1111+ end
1212+ # Ubuntu Feisty places this command in the regular path instead
1313+ else if type -q -p command-not-found