diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-03 12:40:13 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-03 12:40:13 +0530 |
| commit | 18f06a9f13ef4487eadb6c343b6b155649088953 (patch) | |
| tree | 14ddf36d2cdacd143bd60f462dbc18aeec011b09 /modules/git.home.nix | |
| parent | 8a518fbba8b808040ae5b5d13ccfb455e679175c (diff) | |
| download | nixos-config-18f06a9f13ef4487eadb6c343b6b155649088953.tar.gz nixos-config-18f06a9f13ef4487eadb6c343b6b155649088953.zip | |
Neovim nightly, package changes, etc
Diffstat (limited to 'modules/git.home.nix')
| -rw-r--r-- | modules/git.home.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/git.home.nix b/modules/git.home.nix index df13d2c..0622128 100644 --- a/modules/git.home.nix +++ b/modules/git.home.nix @@ -51,6 +51,7 @@ "tags.temp" "ayak.sh" ".direnv" + ".local.lua" ]; aliases = { ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"; @@ -94,7 +95,7 @@ whitespace = "red reverse"; }; pull = { - rebase = false; + rebase = true; }; # pager = { # diff = "${pkgs.delta}/bin/delta --color-only"; |
