mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
hyprland: update wiki domain name (#7293)
As I noticed in <https://github.com/nix-community/home-manager/pull/7277#issuecomment-2985781610>, it seems hyprland changed its domain name from `hyprland.org` to `hypr.land`. (The old domain redirects to the new one) These changes are made by the following: find . \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/hyprland\.org/hypr.land/g'
This commit is contained in:
parent
0f355844e5
commit
8638426397
4 changed files with 5 additions and 5 deletions
|
|
@ -93,7 +93,7 @@ in
|
|||
description = ''
|
||||
Hyprlock configuration written in Nix. Entries with the same key should
|
||||
be written as lists. Variables' and colors' names should be quoted. See
|
||||
<https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/> for more examples.
|
||||
<https://wiki.hypr.land/Hypr-Ecosystem/hyprlock/> for more examples.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ in
|
|||
description = ''
|
||||
Hypridle configuration written in Nix. Entries with the same key
|
||||
should be written as lists. Variables' and colors' names should be
|
||||
quoted. See <https://wiki.hyprland.org/Hypr-Ecosystem/hypridle/> for more examples.
|
||||
quoted. See <https://wiki.hypr.land/Hypr-Ecosystem/hypridle/> for more examples.
|
||||
'';
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ in
|
|||
description = ''
|
||||
hyprpaper configuration written in Nix. Entries with the same key
|
||||
should be written as lists. Variables' and colors' names should be
|
||||
quoted. See <https://wiki.hyprland.org/Hypr-Ecosystem/hyprpaper/> for more examples.
|
||||
quoted. See <https://wiki.hypr.land/Hypr-Ecosystem/hyprpaper/> for more examples.
|
||||
'';
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ in
|
|||
|
||||
(lib.mkRemovedOptionModule # \
|
||||
[ "wayland" "windowManager" "hyprland" "xwayland" "hidpi" ]
|
||||
"HiDPI patches are deprecated. Refer to https://wiki.hyprland.org/Configuring/XWayland"
|
||||
"HiDPI patches are deprecated. Refer to https://wiki.hypr.land/Configuring/XWayland"
|
||||
)
|
||||
|
||||
(lib.mkRemovedOptionModule # \
|
||||
|
|
@ -189,7 +189,7 @@ in
|
|||
description = ''
|
||||
Hyprland configuration written in Nix. Entries with the same key
|
||||
should be written as lists. Variables' and colors' names should be
|
||||
quoted. See <https://wiki.hyprland.org> for more examples.
|
||||
quoted. See <https://wiki.hypr.land> for more examples.
|
||||
|
||||
::: {.note}
|
||||
Use the [](#opt-wayland.windowManager.hyprland.plugins) option to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue