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