diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-06-06 08:58:03 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-06-06 08:58:03 +0100 |
commit | 6ed84ee67e246633dc280c66f4638a899b968dc5 (patch) | |
tree | 5445f438ccdba5060741ee79d2cfdca98bdad375 /nix-conf/home | |
parent | 018528c678f507806e0bd74c52241a790cef385b (diff) | |
download | dotfiles-6ed84ee67e246633dc280c66f4638a899b968dc5.tar.gz |
Tidy
Diffstat (limited to 'nix-conf/home')
-rw-r--r-- | nix-conf/home/includes/common.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix index a3cd403..095b2d9 100644 --- a/nix-conf/home/includes/common.nix +++ b/nix-conf/home/includes/common.nix @@ -231,8 +231,6 @@ in }; push.autoSetupRemote = true; rebase = { - # TODO - # autosquash = true; autostash = true; }; }; |