[nix] Give broot another try

This commit is contained in:
Sebastian Schulze 2023-10-25 13:12:54 +02:00
parent 1d426b1827
commit 1138aae3f5
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 10 additions and 1 deletions

View File

@ -416,8 +416,17 @@ in
];
programs.broot = {
enable = true;
enableBashIntegration = true;
settings = {
modal = true;
verbs = [
{ key = "ctrl-j"; execution = ":line_down"; }
{ key = "ctrl-k"; execution = ":line_up"; }
{ key = "ctrl-l"; execution = ":panel_right"; }
{ key = "ctrl-h"; execution = ":back"; }
{ key = "ctrl-d"; execution = ":page_down"; }
{ key = "ctrl-u"; execution = ":page_up"; }
];
skin = {
default = "gray(1) None";
tree = "gray(7) None / gray(18) None";