mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-24 05:07: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 = {
|
home = {
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
lg = "lazygit";
|
lg = "lazygit";
|
||||||
|
@ -18,17 +21,10 @@
|
||||||
programs = {
|
programs = {
|
||||||
lazygit = {
|
lazygit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.lazygit.overrideAttrs (
|
package = pkgs.unstable.lazygit;
|
||||||
_: old: {
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "jesseduffield";
|
|
||||||
repo = old.pname;
|
|
||||||
rev = "3cff48437e2d831d03be9eda03818368ab7c2a26";
|
|
||||||
hash = "sha256-OA40EgUKwNttsoSLi/xtKuEdbK0P5IKiXUGKSOk0gfE=";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
);
|
|
||||||
settings = {
|
settings = {
|
||||||
|
notARepository = "quit";
|
||||||
|
promptToReturnFromSubprocess = false;
|
||||||
gui = {
|
gui = {
|
||||||
showRootItemInFileTree = false;
|
showRootItemInFileTree = false;
|
||||||
switchTabsWithPanelJumpKeys = true;
|
switchTabsWithPanelJumpKeys = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue