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
This commit is contained in:
parent
de001e05da
commit
6d7b5c9513
|
@ -133,7 +133,7 @@ let
|
||||||
default = "${cfg.package}/bin/i3bar";
|
default = "${cfg.package}/bin/i3bar";
|
||||||
defaultText = "i3bar";
|
defaultText = "i3bar";
|
||||||
description = "Command that will be used to start a bar.";
|
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 {
|
statusCommand = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue