mirror of
https://github.com/zoriya/home-manager.git
synced 2026-06-08 12:43:02 +00:00
i3: escape ${} in bars.command example
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user