1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 01:48:31 +02:00

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:
Matthieu Coudron 2018-02-19 16:28:30 +09:00
parent de001e05da
commit 6d7b5c9513

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 {