From de2c181eae332aac64f40ae6b703ec7d21eb6d95 Mon Sep 17 00:00:00 2001 From: Nikita Uvarov Date: Mon, 19 Feb 2018 20:17:33 +0100 Subject: [PATCH] i3: escape ${} in bars.command example (cherry picked from commit 05ad0c9e06e5a1e851a3a846c044ce28efb58864) --- 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 5cd2e44f..04371664 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 = literalExample "${pkgs.i3-gaps}/bin/i3bar -t"; + example = "\${pkgs.i3-gaps}/bin/i3bar -t"; }; statusCommand = mkOption {