i3: don't evaluate "command" example
else it attempts to build i3-gaps and fails on darwin see
https://github.com/rycee/home-manager/pull/214#issuecomment-366594833
(cherry picked from commit 6d7b5c9513
)
This commit is contained in:
parent
61101184b4
commit
5fd31df9d3
|
@ -133,7 +133,7 @@ let
|
|||
default = "${cfg.package}/bin/i3bar";
|
||||
defaultText = "i3bar";
|
||||
description = "Command that will be used to start a bar.";
|
||||
example = "${pkgs.i3-gaps}/bin/i3bar -t";
|
||||
example = literalExample "${pkgs.i3-gaps}/bin/i3bar -t";
|
||||
};
|
||||
|
||||
statusCommand = mkOption {
|
||||
|
|
Loading…
Reference in a new issue