nix shell features for flake, remove channels

This commit is contained in:
Noah Masur
2022-07-06 15:50:10 -04:00
parent df3e8e60d7
commit 8f5522c2c9
8 changed files with 74 additions and 49 deletions

View File

@ -21,11 +21,18 @@
scrolling.history = 10000;
font = { size = 14.0; };
key_bindings = [
# Used for word completion in fish_user_key_bindings
{
key = "L";
mods = "Control|Shift";
chars = "\\x1F";
}
# Used for searching nixpkgs in fish_user_key_bindings
{
key = "N";
mods = "Control|Shift";
chars = "\\x11F";
}
{
key = "K";
mods = "Control";