feat: init git maintenance mode

This commit is contained in:
Luj 2025-04-02 11:12:04 +02:00
parent ea9a450c9e
commit 851df9429d
Signed by: luj
GPG key ID: 6FC74C847011FD83

View file

@ -22,6 +22,12 @@ with lib;
signByDefault = true;
key = "6FC74C847011FD83";
};
maintenance = {
enable = true;
repositories = [
"/home/julien/dev/nixpkgs"
];
};
delta.enable = true;
ignores = [ ".direnv" ];
extraConfig = {