mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-23 12:47:00 -04:00
update lazygit
This commit is contained in:
parent
b7966b86db
commit
2cc417088a
1 changed files with 6 additions and 10 deletions
|
@ -3,6 +3,9 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./unstable.nix
|
||||
];
|
||||
home = {
|
||||
shellAliases = {
|
||||
lg = "lazygit";
|
||||
|
@ -18,17 +21,10 @@
|
|||
programs = {
|
||||
lazygit = {
|
||||
enable = true;
|
||||
package = pkgs.lazygit.overrideAttrs (
|
||||
_: old: {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "jesseduffield";
|
||||
repo = old.pname;
|
||||
rev = "3cff48437e2d831d03be9eda03818368ab7c2a26";
|
||||
hash = "sha256-OA40EgUKwNttsoSLi/xtKuEdbK0P5IKiXUGKSOk0gfE=";
|
||||
};
|
||||
}
|
||||
);
|
||||
package = pkgs.unstable.lazygit;
|
||||
settings = {
|
||||
notARepository = "quit";
|
||||
promptToReturnFromSubprocess = false;
|
||||
gui = {
|
||||
showRootItemInFileTree = false;
|
||||
switchTabsWithPanelJumpKeys = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue