feat: lazygit integration

This commit is contained in:
Ching Pei Yang 2023-04-24 13:16:43 +02:00
commit 24b631f343
2 changed files with 43 additions and 19 deletions

View file

@ -17,5 +17,13 @@ with builtins; {
default = false;
description = "Enable winbar";
};
lazygit = {
enable = mkEnableOption "Enable LazyGit integration";
direction = mkOption {
type = types.enum ["horizontal" "vertical" "tab" "float"];
default = "float";
description = "Direction of the lazygit window";
};
};
};
}