WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 4b1d11152b - Show all commits

View file

@ -22,5 +22,10 @@
tool = "nvim"; tool = "nvim";
}; };
}; };
aliases = {
upstream = "!git push -u origin HEAD";
recommit = "!git commit -eF $(git rev-parse --git-dir)/COMMIT_EDITMSG";
};
}; };
} }