mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
hyprland: update documentation links
Updated links to the Hyprland wiki in the module documentation for the following pages: XWayland and Submaps.
This change was needed due to a new wiki structure introduced in commit [e99eac80a63d68e050623af2f69629f9423befdb](e99eac80a6.patch), rendering the current links unaivailable.
This commit is contained in:
committed by
Matthieu Coudron
parent
5b73f949a1
commit
b659c7ffd4
@@ -32,7 +32,7 @@ in
|
||||
|
||||
(lib.mkRemovedOptionModule # \
|
||||
[ "wayland" "windowManager" "hyprland" "xwayland" "hidpi" ]
|
||||
"HiDPI patches are deprecated. Refer to https://wiki.hypr.land/Configuring/XWayland"
|
||||
"HiDPI patches are deprecated. Refer to <https://wiki.hypr.land/Configuring/Advanced-and-Cool/XWayland>"
|
||||
)
|
||||
|
||||
(lib.mkRemovedOptionModule # \
|
||||
@@ -230,7 +230,7 @@ in
|
||||
description = ''
|
||||
Attribute set of Hyprland submaps.
|
||||
|
||||
See <https://wiki.hypr.land/Configuring/Binds#submaps> to learn about submaps
|
||||
See <https://wiki.hypr.land/Configuring/Basics/Binds/#submaps> to learn about submaps
|
||||
'';
|
||||
default = { };
|
||||
type = lib.types.attrsOf (
|
||||
|
||||
Reference in New Issue
Block a user