home: jujutsu: explicitly create 'conf.d'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This is to serve as a reminder of _how_ to add a local configuration file.
This commit is contained in:
parent
9443efeec4
commit
4e74eceeee
1 changed files with 5 additions and 0 deletions
|
|
@ -119,5 +119,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