mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-16 14:01:08 +01:00
halloy: fix themes example (#7046)
This commit is contained in:
parent
012cc9e166
commit
535a541b42
1 changed files with 19 additions and 15 deletions
|
|
@ -49,7 +49,9 @@ in
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
default = { };
|
default = { };
|
||||||
example = {
|
example = lib.literalExpression ''
|
||||||
|
{
|
||||||
|
my-theme = {
|
||||||
general = {
|
general = {
|
||||||
background = "<string>";
|
background = "<string>";
|
||||||
border = "<string>";
|
border = "<string>";
|
||||||
|
|
@ -64,6 +66,8 @@ in
|
||||||
error = "<string>";
|
error = "<string>";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
'';
|
||||||
description = ''
|
description = ''
|
||||||
Each theme is written to {file}`$XDG_CONFIG_HOME/halloy/themes/NAME.toml`.
|
Each theme is written to {file}`$XDG_CONFIG_HOME/halloy/themes/NAME.toml`.
|
||||||
See <https://halloy.chat/configuration/themes/index.html> for more information.
|
See <https://halloy.chat/configuration/themes/index.html> for more information.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue