1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 04:53:33 +02:00

i3: escape ${} in bars.command example

This commit is contained in:
Nikita Uvarov 2018-02-19 20:17:33 +01:00
parent 6d7b5c9513
commit 05ad0c9e06
No known key found for this signature in database
GPG Key ID: F7A5FB3A7C10EF96

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 = literalExample "${pkgs.i3-gaps}/bin/i3bar -t";
example = "\${pkgs.i3-gaps}/bin/i3bar -t";
};
statusCommand = mkOption {