Updates
This commit is contained in:
parent
7ab92e2f76
commit
83c571cbff
2 changed files with 2 additions and 1 deletions
2
home.nix
2
home.nix
|
@ -59,6 +59,7 @@
|
|||
copy_on_select = true;
|
||||
enabled_layouts = "*";
|
||||
macos_quit_when_last_window_closed = true;
|
||||
scrollback_lines = 10000;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -236,7 +237,6 @@
|
|||
pkgs.pgcli
|
||||
pkgs.prettyping
|
||||
pkgs.procs
|
||||
pkgs.procs
|
||||
pkgs.ranger
|
||||
pkgs.readline
|
||||
pkgs.ripgrep
|
||||
|
|
|
@ -6,6 +6,7 @@ let
|
|||
editor = "nvim";
|
||||
pager = "diff-so-fancy | less --tabs=4 -RFX";
|
||||
};
|
||||
init.defaultBranch = "main";
|
||||
merge.tool = "intellij";
|
||||
mergetool = {
|
||||
cmd = "idea merge \"$LOCAL\" \"$REMOTE\" \"$BASE\" \"$MERGED\"";
|
||||
|
|
Loading…
Reference in a new issue