aboutsummaryrefslogtreecommitdiff
path: root/modules/services/window-managers
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2018-02-19 16:28:30 +0900
committerMatthieu Coudron <mattator@gmail.com>2018-02-19 16:28:30 +0900
commit6d7b5c9513039efb980319a6449a9b1c77c57c82 (patch)
treede3444d88f826b51c4a3483c6d07d1d3a1a64a57 /modules/services/window-managers
parentde001e05da3f9456d658aabe62f1cc2fa663cbb0 (diff)
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
Diffstat (limited to 'modules/services/window-managers')
-rw-r--r--modules/services/window-managers/i3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/window-managers/i3.nix b/modules/services/window-managers/i3.nix
index 926d40151c0..5cd2e44f382 100644
--- a/modules/services/window-managers/i3.nix
+++ b/modules/services/window-managers/i3.nix
@@ -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 {