1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat: enable git autostash

This commit is contained in:
oddlama 2025-03-30 19:55:19 +02:00
parent c9cf5ce5a8
commit d5bca06a56
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 5 additions and 5 deletions

View file

@ -7,9 +7,8 @@ _inputs: [
zsh-histdb-skim = prev.callPackage ./zsh-skim-histdb.nix { };
neovim-clean = prev.neovim-unwrapped.overrideAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ prev.makeWrapper ];
postInstall =
(old.postInstall or "")
+ ''
postInstall = ''
${old.postInstall or ""}
wrapProgram $out/bin/nvim --add-flags "--clean"
'';
});

View file

@ -46,6 +46,7 @@
mergetool.prompt = true;
commit.gpgsign = true;
pull.rebase = true;
rebase.autostash = true;
push.autoSetupRemote = true;
};
aliases = {