mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 11:06:41 -07:00
remove broot
This commit is contained in:
parent
4ef009472f
commit
51bc78a357
2 changed files with 0 additions and 26 deletions
|
@ -1,25 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
let
|
|
||||||
myverbs = [
|
|
||||||
{
|
|
||||||
invocation = "panel_right";
|
|
||||||
key = "alt-right";
|
|
||||||
internal = ":panel_right";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
invocation = "panel_left_no_open";
|
|
||||||
key = "alt-left";
|
|
||||||
internal = ":panel_left_no_open";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
in
|
|
||||||
{
|
|
||||||
programs.broot = {
|
|
||||||
enable = true;
|
|
||||||
enableFishIntegration = true;
|
|
||||||
settings = {
|
|
||||||
modal = true;
|
|
||||||
verbs = myverbs;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,6 +1,5 @@
|
||||||
[
|
[
|
||||||
./aider
|
./aider
|
||||||
./broot
|
|
||||||
./fish
|
./fish
|
||||||
./ghostty
|
./ghostty
|
||||||
./git
|
./git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue