docs: feedbackd: note about default.json

This commit is contained in:
2023-09-15 10:44:29 +00:00
parent cd1cfdd5db
commit e03ae48ef6

View File

@@ -21,6 +21,8 @@ in
default = {};
};
# N.B.: feedbackd will load ~/.config/feedbackd/themes/default.json by default
# - but using that would forbid `parent-theme = "default"`
fs.".config/feedbackd/themes/proxied.json".symlink.text = builtins.toJSON {
name = "proxied";
parent-theme = "default";