framework: update to 25.11

This commit is contained in:
Tristan 2025-12-02 10:04:20 +00:00
parent ce966f0782
commit 8a4b37e7ed
13 changed files with 103 additions and 157 deletions

View file

@ -6,11 +6,11 @@
}: {
programs.git = {
enable = true;
extraConfig = {
settings = {
rerere.enabled = true;
rebase.updateRefs = true;
};
aliases = {
settings.aliases = {
ui = "!lazygit";
graph = "log --oneline --all --graph";
amend = "commit --amend --no-edit";
@ -44,10 +44,8 @@
git fetch origin $opts
''}/bin/bare-clone";
};
difftastic = {
enable = true;
};
};
programs.difftastic = {enable = true;};
programs.lazygit = {
enable = true;