Last fix on darwin new structure

This commit is contained in:
Laurent Gueret
2026-02-11 16:00:40 +01:00
parent e3e63a800b
commit 7aaedb5ffa
30 changed files with 97 additions and 96 deletions
+2 -3
View File
@@ -5,16 +5,15 @@
}:
with lib;
let
cfg = config.home.shell.git;
cfg = config.user.shell.git;
in
{
options.home.shell.git = {
options.user.shell.git = {
enable = mkEnableOption "Zen Editor options";
};
config = mkIf cfg.enable {
programs.git = {
enable = true;
config.init.defaultBranch = "main";
settings = {
user = {