docs: move acknowledgements to the specific code

This commit is contained in:
Mohammad Rafiq 2025-04-04 18:59:02 +08:00
parent 5fb7fe5cd6
commit c94275a12d
No known key found for this signature in database
3 changed files with 5 additions and 6 deletions

View file

@ -6,6 +6,7 @@
enable = true;
userName = "Mohammad Rafiq";
userEmail = "mohammadrafiq567@gmail.com";
# Thanks to https://blog.notashelf.dev/posts/2025-02-24-ssh-signing-commits.html!
signing.key = "~/.ssh/id_ed25519.pub";
signing.signByDefault = true;
extraConfig = {

View file

@ -34,6 +34,7 @@
v = "$EDITOR";
g = "git";
l = "eza -1lah --git --time-style '+%Y-%m-%d %H:%M'";
# Thanks to https://www.reddit.com/r/NixOS/comments/fsummx/comment/fm3jbcm/!
list-all-packages = "nix-store --query --requisites /run/current-system | cut -d- -f2- | sort | uniq";
};