1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 01:48:31 +02:00

mangohud: fix moved link of config file

PR #3278
This commit is contained in:
Vanilla 2022-09-28 08:59:34 +08:00 committed by Robert Helgesson
parent 5c5a5b9b45
commit 9727190b80
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -56,7 +56,7 @@ in {
description = '' description = ''
Configuration written to Configuration written to
<filename>$XDG_CONFIG_HOME/MangoHud/MangoHud.conf</filename>. See <filename>$XDG_CONFIG_HOME/MangoHud/MangoHud.conf</filename>. See
<link xlink:href="https://github.com/flightlessmango/MangoHud/blob/master/bin/MangoHud.conf"/> <link xlink:href="https://github.com/flightlessmango/MangoHud/blob/master/data/MangoHud.conf"/>
for the default configuration. for the default configuration.
''; '';
}; };
@ -75,7 +75,7 @@ in {
Sets MangoHud settings per application. Sets MangoHud settings per application.
Configuration written to Configuration written to
<filename>$XDG_CONFIG_HOME/MangoHud/{application_name}.conf</filename>. See <filename>$XDG_CONFIG_HOME/MangoHud/{application_name}.conf</filename>. See
<link xlink:href="https://github.com/flightlessmango/MangoHud/blob/master/bin/MangoHud.conf"/> <link xlink:href="https://github.com/flightlessmango/MangoHud/blob/master/data/MangoHud.conf"/>
for the default configuration. for the default configuration.
''; '';
}; };