Compare commits
2 Commits
89925ecbcb
...
06f2309e9f
Author | SHA1 | Date | |
---|---|---|---|
06f2309e9f | |||
d839ea4993 |
@ -13,6 +13,13 @@
|
|||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
use-xdg-base-directories = true;
|
use-xdg-base-directories = true;
|
||||||
trusted-users = [ "@wheel" ];
|
trusted-users = [ "@wheel" ];
|
||||||
|
substituters = [
|
||||||
|
"https://nix-community.cachix.org"
|
||||||
|
"https://cache.nixos.org"
|
||||||
|
];
|
||||||
|
trusted-public-keys = [
|
||||||
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
|
];
|
||||||
};
|
};
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
@ -20,4 +27,4 @@
|
|||||||
options = "--delete-older-than 7d";
|
options = "--delete-older-than 7d";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -10,6 +10,13 @@
|
|||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
|
substituters = [
|
||||||
|
"https://nix-community.cachix.org"
|
||||||
|
"https://cache.nixos.org"
|
||||||
|
];
|
||||||
|
trusted-public-keys = [
|
||||||
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
|
];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
use-xdg-base-directories = true;
|
use-xdg-base-directories = true;
|
||||||
trusted-users = [ "@wheel" ];
|
trusted-users = [ "@wheel" ];
|
||||||
|
@ -153,7 +153,7 @@ return {
|
|||||||
["<C-h>"] = actions.preview_scrolling_left,
|
["<C-h>"] = actions.preview_scrolling_left,
|
||||||
["<C-l>"] = actions.preview_scrolling_right,
|
["<C-l>"] = actions.preview_scrolling_right,
|
||||||
["<C-d>"] = actions.cycle_history_next,
|
["<C-d>"] = actions.cycle_history_next,
|
||||||
["<A-x>"] = actions.delete_buffer + actions.move_to_top,
|
["<A-x>"] = actions.delete_buffer,
|
||||||
["<C-s>"] = actions.cycle_history_prev,
|
["<C-s>"] = actions.cycle_history_prev,
|
||||||
["<C-q>"] = actions.smart_send_to_qflist,
|
["<C-q>"] = actions.smart_send_to_qflist,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user