1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-09 12:06:04 +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:
Florent Charpentier 2025-06-19 05:41:02 +02:00 committed by GitHub
parent 0f355844e5
commit 8638426397
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -93,7 +93,7 @@ in
description = '' description = ''
Hyprlock configuration written in Nix. Entries with the same key should Hyprlock configuration written in Nix. Entries with the same key should
be written as lists. Variables' and colors' names should be quoted. See 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.
''; '';
}; };

View file

@ -41,7 +41,7 @@ in
description = '' description = ''
Hypridle configuration written in Nix. Entries with the same key Hypridle configuration written in Nix. Entries with the same key
should be written as lists. Variables' and colors' names should be 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 '' example = lib.literalExpression ''
{ {

View file

@ -41,7 +41,7 @@ in
description = '' description = ''
hyprpaper configuration written in Nix. Entries with the same key hyprpaper configuration written in Nix. Entries with the same key
should be written as lists. Variables' and colors' names should be 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 '' example = lib.literalExpression ''
{ {

View file

@ -32,7 +32,7 @@ in
(lib.mkRemovedOptionModule # \ (lib.mkRemovedOptionModule # \
[ "wayland" "windowManager" "hyprland" "xwayland" "hidpi" ] [ "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 # \ (lib.mkRemovedOptionModule # \
@ -189,7 +189,7 @@ in
description = '' description = ''
Hyprland configuration written in Nix. Entries with the same key Hyprland configuration written in Nix. Entries with the same key
should be written as lists. Variables' and colors' names should be 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} ::: {.note}
Use the [](#opt-wayland.windowManager.hyprland.plugins) option to Use the [](#opt-wayland.windowManager.hyprland.plugins) option to