lol

nixos/x11: fix some docs links

the docbook stylesheets duplicated the target of these untitled links
into their label, but we should do that in markdown instead.

authored by

pennae and committed by
pennae
2f9d71af edccae73

+2 -2
+2 -2
nixos/modules/services/x11/extra-layouts.nix
··· 106 106 description = lib.mdDoc '' 107 107 Extra custom layouts that will be included in the xkb configuration. 108 108 Information on how to create a new layout can be found here: 109 - [](https://www.x.org/releases/current/doc/xorg-docs/input/XKB-Enhancing.html#Defining_New_Layouts). 109 + <https://www.x.org/releases/current/doc/xorg-docs/input/XKB-Enhancing.html#Defining_New_Layouts>. 110 110 For more examples see 111 - [](https://wiki.archlinux.org/index.php/X_KeyBoard_extension#Basic_examples) 111 + <https://wiki.archlinux.org/index.php/X_KeyBoard_extension#Basic_examples> 112 112 ''; 113 113 }; 114 114