Skip to content

Commit

Permalink
docs(shortcuts): fix custom shorcut with description example
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN committed Jan 19, 2025
1 parent cdcbc8f commit 6ee5bef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/shortcuts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@
defaultNullOpts.mkNullable (lib.types.listOf shortcutSubmodule)
[
{
description = "Open Firefox";
description = {
__type = "optional";
value = "Open Firefox";
};
key = "Super+B";
action = {
__type = "enum";
Expand Down

0 comments on commit 6ee5bef

Please sign in to comment.