This commit is contained in:
albert 2024-04-30 12:20:54 +09:00
parent 86f3694134
commit e62719009c
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -16,7 +16,11 @@
end
'';
functions = {
functions = {
__fish_command_not_found_handler = {
body = "__fish_default_command_not_found_handler $argv[1]";
onEvent = "fish_command_not_found";
};
update_secrets = ''
pushd /etc/nixos/git
nix develop -c \