mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-21 17:59:39 +01:00
mako: "settings" is an attrset, so use that as example too (#7330)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
ff31a4677c
commit
080e8b48b0
1 changed files with 20 additions and 22 deletions
|
|
@ -108,8 +108,7 @@ in
|
|||
]
|
||||
);
|
||||
default = { };
|
||||
example = ''
|
||||
{
|
||||
example = {
|
||||
actions = true;
|
||||
anchor = "top-right";
|
||||
background-color = "#000000";
|
||||
|
|
@ -129,8 +128,7 @@ in
|
|||
"actionable=true" = {
|
||||
anchor = "top-left";
|
||||
};
|
||||
}
|
||||
'';
|
||||
};
|
||||
description = ''
|
||||
Configuration settings for mako. Can include both global settings and sections.
|
||||
All available options can be found here:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue