mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: correctly add git absorb
This commit is contained in:
parent
2428008f7d
commit
56ae9e5b22
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
home.packages = [ pkgs.git-absorb ];
|
||||
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue