chore: flake update & necessary changes

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-11-24 22:51:57 -03:00
parent a6042211ac
commit f709a8a231
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
3 changed files with 192 additions and 142 deletions

View file

@ -6,27 +6,27 @@
enable = true;
lfs.enable = true;
aliases = {
# List aliases
aliases = "config --get-regexp alias";
settings = {
aliases = {
# List aliases
aliases = "config --get-regexp alias";
# List all the contributors with commit amount
contributors = "shortlog --summary --numbered";
# List all the contributors with commit amount
contributors = "shortlog --summary --numbered";
# Output verbose info about branches and tags
branches = "branch -avv";
# Output verbose info about branches and tags
branches = "branch -avv";
# List all tags
tags = "tag -l";
# List all tags
tags = "tag -l";
# Pretty logs
plog = "log --graph --decorate --all";
# Pretty logs
plog = "log --graph --decorate --all";
# Pretty grep
gcommit = "log --graph --decorate --grep";
};
# Pretty grep
gcommit = "log --graph --decorate --grep";
};
extraConfig = {
core = {
# Set the editor to be used by GIT
editor = "nvim";