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:
Matthieu Coudron 2018-02-19 16:28:30 +09:00 committed by Robert Helgesson
parent 61101184b4
commit 5fd31df9d3
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -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 {