mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
home/git: enable patdiff integration for git by default
This commit is contained in:
parent
c96b65bea7
commit
c6d39532a6
1 changed files with 4 additions and 1 deletions
|
|
@ -8,7 +8,10 @@
|
||||||
programs.git = {
|
programs.git = {
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
};
|
};
|
||||||
programs.patdiff.enable = lib.mkDefault true;
|
programs.patdiff = {
|
||||||
|
enable = lib.mkDefault true;
|
||||||
|
enableGitIntegration = lib.mkDefault true;
|
||||||
|
};
|
||||||
|
|
||||||
# 懶惰鬼賴皮
|
# 懶惰鬼賴皮
|
||||||
programs.lazygit =
|
programs.lazygit =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue