From 6d7b5c9513039efb980319a6449a9b1c77c57c82 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Mon, 19 Feb 2018 16:28:30 +0900 Subject: [PATCH] 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 --- modules/services/window-managers/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/window-managers/i3.nix b/modules/services/window-managers/i3.nix index 926d40151..5cd2e44f3 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 {