treewide: hyprland.org -> hypr.land

This commit is contained in:
Mihai Fufezan
2025-06-20 01:45:06 +03:00
parent ff2f85641a
commit a301d54df8
10 changed files with 39 additions and 39 deletions

View File

@@ -69,7 +69,7 @@
in
assert assertMsg (!nvidiaPatches) "The option `nvidiaPatches` has been removed.";
assert assertMsg (!enableNvidiaPatches) "The option `enableNvidiaPatches` has been removed.";
assert assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been removed. Please refer https://wiki.hyprland.org/Configuring/XWayland";
assert assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been removed. Please refer https://wiki.hypr.land/Configuring/XWayland";
assert assertMsg (!legacyRenderer) "The option `legacyRenderer` has been removed. Legacy renderer is no longer supported.";
customStdenv.mkDerivation (finalAttrs: {
pname = "hyprland${optionalString debug "-debug"}";

View File

@@ -40,7 +40,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.
Special categories (e.g `devices`) should be written as
`"devices[device-name]"`.

View File

@@ -68,7 +68,7 @@ in {
hyprland-hidpi =
builtins.trace ''
hyprland-hidpi was removed. Please use the hyprland package.
For more information, refer to https://wiki.hyprland.org/Configuring/XWayland.
For more information, refer to https://wiki.hypr.land/Configuring/XWayland.
''
final.hyprland;
})