home: jujutsu: explicitly create 'conf.d'

This is to serve as a reminder of _how_ to add a local configuration
file.
This commit is contained in:
Bruno BELANYI 2025-03-18 14:59:23 +00:00
parent 36ba7b0928
commit 328f4f6f3b

View file

@ -75,5 +75,10 @@ in
]; ];
}; };
}; };
# To drop in a `local.toml` configuration, not-versioned
xdg.configFile = {
"jj/conf.d/.keep".text = "";
};
}; };
} }