moar -> moor
Some checks failed
ci/woodpecker/push/build-cache Pipeline failed

This commit is contained in:
Lucy Hochkamp 2025-10-27 10:50:07 +01:00
parent 3df730a55a
commit aacdbbb5f2
No known key found for this signature in database
3 changed files with 10 additions and 9 deletions

View file

@ -9,13 +9,14 @@ in
{
options.xyno.git.enable = lib.mkEnableOption "xynos git config";
config = lib.mkIf cfg.enable {
programs.difftastic.git.enable = true;
programs.difftastic.enable = true;
programs.git = {
enable = true;
difftastic.enable = true;
lfs.enable = true;
# Default configs
extraConfig = {
settings = {
commit.gpgSign = true;
gpg.format = "ssh";