fix fish user keybindings

This commit is contained in:
Noah Masur 2025-03-09 04:51:47 +00:00
parent 3e8b14d671
commit 2722a8bf61

View File

@ -40,6 +40,9 @@ in
description = "Evaluate a bash-like environment variables file";
body = ''set -gx (cat $argv | tr "=" " " | string split ' ')'';
};
fish_user_key_bindings = {
body = cfg.fish_user_key_bindings;
};
ip = {
body = lib.getExe pkgs.nmasur.ip-check;
};