From 863842639722dd12ae9e37ca83bcb61a63b36f6c Mon Sep 17 00:00:00 2001 From: Florent Charpentier <114689807+C0Florent@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:41:02 +0200 Subject: [PATCH] hyprland: update wiki domain name (#7293) As I noticed in , 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' --- modules/programs/hyprlock.nix | 2 +- modules/services/hypridle.nix | 2 +- modules/services/hyprpaper.nix | 2 +- modules/services/window-managers/hyprland.nix | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/programs/hyprlock.nix b/modules/programs/hyprlock.nix index e06c83669..24a1b6410 100644 --- a/modules/programs/hyprlock.nix +++ b/modules/programs/hyprlock.nix @@ -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 - for more examples. + for more examples. ''; }; diff --git a/modules/services/hypridle.nix b/modules/services/hypridle.nix index d322b9476..a227d4750 100644 --- a/modules/services/hypridle.nix +++ b/modules/services/hypridle.nix @@ -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 for more examples. + quoted. See for more examples. ''; example = lib.literalExpression '' { diff --git a/modules/services/hyprpaper.nix b/modules/services/hyprpaper.nix index 6eb78d8d1..88a0f4a9a 100644 --- a/modules/services/hyprpaper.nix +++ b/modules/services/hyprpaper.nix @@ -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 for more examples. + quoted. See for more examples. ''; example = lib.literalExpression '' { diff --git a/modules/services/window-managers/hyprland.nix b/modules/services/window-managers/hyprland.nix index 9d81a318f..5fff1c3a0 100644 --- a/modules/services/window-managers/hyprland.nix +++ b/modules/services/window-managers/hyprland.nix @@ -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 for more examples. + quoted. See for more examples. ::: {.note} Use the [](#opt-wayland.windowManager.hyprland.plugins) option to