Full speed ahead to 22.11-
This commit is contained in:
parent
fef90d202c
commit
659ad9e6a3
6 changed files with 51 additions and 54 deletions
|
@ -13,9 +13,9 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
programs.broot = {
|
||||
enable = true;
|
||||
modal = true;
|
||||
settings.modal = true;
|
||||
|
||||
verbs = [
|
||||
settings.verbs = [
|
||||
{
|
||||
invocation = "edit";
|
||||
key = "enter";
|
||||
|
@ -25,7 +25,7 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
skin = {
|
||||
settings.skin = {
|
||||
default = "none none";
|
||||
tree = "gray(7) None / gray(18) None";
|
||||
file = "gray(3) None / gray(8) None";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue