get more working on flame

This commit is contained in:
Noah Masur
2025-03-08 13:30:47 +00:00
parent 98c561f462
commit c36ca39a0d
8 changed files with 24 additions and 18 deletions

View File

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