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

treewide: remove trailing white spaces and tabs

This commit is contained in:
Shamrock Lee 2022-06-15 21:49:39 +08:00 committed by Robert Helgesson
parent 931e610552
commit 60b064249d
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
5 changed files with 7 additions and 7 deletions

View File

@ -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.
''; '';
}; };

View File

@ -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" ];

View File

@ -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

View 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"/>
''; '';
}; };

View File

@ -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" ''