mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
i3: escape ${} in bars.command example
This commit is contained in:
parent
6d7b5c9513
commit
05ad0c9e06
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ let
|
|||
default = "${cfg.package}/bin/i3bar";
|
||||
defaultText = "i3bar";
|
||||
description = "Command that will be used to start a bar.";
|
||||
example = literalExample "${pkgs.i3-gaps}/bin/i3bar -t";
|
||||
example = "\${pkgs.i3-gaps}/bin/i3bar -t";
|
||||
};
|
||||
|
||||
statusCommand = mkOption {
|
||||
|
|
Loading…
Reference in a new issue