mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
refactor: split hardware related and system related common configuration
This commit is contained in:
parent
f55c83c1b8
commit
de19b23d3d
9 changed files with 82 additions and 99 deletions
|
@ -5,14 +5,11 @@
|
|||
difftastic.enable = true;
|
||||
lfs.enable = lib.mkDefault false;
|
||||
extraConfig = {
|
||||
#diff = {
|
||||
# colorMoved = "default";
|
||||
# age.textconv = "${pkgs.rage}/bin/rage -i ~/.ssh/username --decrypt";
|
||||
#};
|
||||
difftool.prompt = true;
|
||||
init.defaultBranch = "main";
|
||||
merge.conflictstyle = "diff3";
|
||||
mergetool.prompt = true;
|
||||
pull.rebase = true;
|
||||
};
|
||||
aliases = {
|
||||
unstash = "stash pop";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue