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:
parent
316f106c27
commit
d8816ec610
1 changed files with 5 additions and 0 deletions
|
|
@ -85,5 +85,10 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# To drop in a `local.toml` configuration, not-versioned
|
||||||
|
xdg.configFile = {
|
||||||
|
"jj/conf.d/.keep".text = "";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue