flake update

This commit is contained in:
m3tm3re
2025-10-28 16:44:52 +01:00
parent 8f4b39d277
commit d24c6b28f8
6 changed files with 42 additions and 57 deletions

View File

@@ -87,19 +87,22 @@
programs.git = {
enable = true;
difftastic.enable = true;
userName = "m3tam3re";
userEmail = "m@m3tam3re.com";
aliases = {
st = "status";
logd = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit";
};
extraConfig = {
settings = {
user = {
name = "m3tm3re";
email = "p@m3ta.dev";
};
core.excludesfile = "~/.gitignore_global";
init.defaultBranch = "master";
};
};
programs.difftastic.enable = true;
programs.jujutsu = {
enable = true;
settings = {