feat: add outbound firewall to server & add helix and zellij
This commit is contained in:
parent
d273765b99
commit
7fcf26263a
23 changed files with 769 additions and 145 deletions
|
|
@ -70,7 +70,7 @@ in
|
|||
enabled = false;
|
||||
};
|
||||
explorer = {
|
||||
enabled = true;
|
||||
enabled = false;
|
||||
};
|
||||
indent = {
|
||||
enabled = true;
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
let
|
||||
keyList = [
|
||||
{
|
||||
key = "<leader>e";
|
||||
action = "explorer()";
|
||||
desc = "Toggle explorer";
|
||||
}
|
||||
{
|
||||
key = "<leader><space>";
|
||||
action = "picker.smart()";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue