WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit eff6329368 - Show all commits

View file

@ -40,6 +40,11 @@ function command_not_found_handler {
done
fi
}
{%@@ if os == "termux" @@%}
function command_not_found_handler {
$PREFIX/libexec/termux/command-not-found $1
}
{%@@ endif @@%}
# search and install/remove packages with fzf
pi() {