diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-05-20 19:53:11 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-05-20 19:53:11 +0530 |
| commit | bbf484a0965330aa729c9861d0385d0fccbb4da5 (patch) | |
| tree | a75b7dbf3b79db721fb0d46f65a1f8ad8f31c3ca /modules/git.home.nix | |
| parent | c45d004dd6a297f346fc302ed7a88304cf9f20fb (diff) | |
| download | nixos-config-bbf484a0965330aa729c9861d0385d0fccbb4da5.tar.gz nixos-config-bbf484a0965330aa729c9861d0385d0fccbb4da5.zip | |
Remove unnecassary bits (alsa-utils udev rules, lsd, unclutter, overlays, keybase, firefox)
Diffstat (limited to 'modules/git.home.nix')
| -rw-r--r-- | modules/git.home.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/git.home.nix b/modules/git.home.nix index 0622128..963abb4 100644 --- a/modules/git.home.nix +++ b/modules/git.home.nix @@ -94,9 +94,8 @@ new = "green bold"; whitespace = "red reverse"; }; - pull = { - rebase = true; - }; + pull.rebase = true; + rebase.autosquash = true; # pager = { # diff = "${pkgs.delta}/bin/delta --color-only"; # }; |
