treewide: remove trailing white spaces and tabs
This commit is contained in:
parent
931e610552
commit
60b064249d
|
@ -39,7 +39,7 @@ in {
|
|||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Sets environment variables so that
|
||||
Sets environment variables so that
|
||||
MangoHud is started on any application that supports it.
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -29,9 +29,9 @@ in {
|
|||
example = literalExpression ''
|
||||
{
|
||||
servers = [
|
||||
{
|
||||
addr = "irc.libera.chat";
|
||||
port = 6697;
|
||||
{
|
||||
addr = "irc.libera.chat";
|
||||
port = 6697;
|
||||
tls = true;
|
||||
realname = "John Doe";
|
||||
nicks = [ "tinyuser" ];
|
||||
|
|
|
@ -42,7 +42,7 @@ in {
|
|||
</para><para>
|
||||
Note that environment variables in the path won't be properly expanded.
|
||||
</para><para>
|
||||
The configuration specified under
|
||||
The configuration specified under
|
||||
<option>services.fnott.settings</option> will be generated and
|
||||
written to <filename>$XDG_CONFIG_HOME/fnott/fnott.ini</filename>
|
||||
regardless of this option. This allows using a mutable configuration file
|
||||
|
|
|
@ -26,7 +26,7 @@ in {
|
|||
'';
|
||||
description = ''
|
||||
Configuration included in <literal>config.toml</literal>.
|
||||
For available options see <link xlink:href="https://github.com/JakeStanger/mpd-discord-rpc#configuration"/>
|
||||
For available options see <link xlink:href="https://github.com/JakeStanger/mpd-discord-rpc#configuration"/>
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
@ -105,7 +105,7 @@ with lib;
|
|||
test.stubs.i3status-rust = { };
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.config/i3status-rust/config-extra-settings.toml
|
||||
assertFileExists home-files/.config/i3status-rust/config-extra-settings.toml
|
||||
assertFileContent home-files/.config/i3status-rust/config-extra-settings.toml \
|
||||
${
|
||||
pkgs.writeText "i3status-rust-expected-config" ''
|
||||
|
|
Loading…
Reference in a new issue