nixos docs: more IDs

+11 -11
+4 -4
nixos/doc/manual/configuration/x-windows.xml
··· 60 # systemctl start display-manager.service 61 </screen> 62 </para> 63 - <simplesect> 64 <title>NVIDIA Graphics Cards</title> 65 <para> 66 NVIDIA provides a proprietary driver for its graphics cards that has better ··· 86 </programlisting> 87 </para> 88 </simplesect> 89 - <simplesect> 90 <title>AMD Graphics Cards</title> 91 <para> 92 AMD provides a proprietary driver for its graphics cards that has better 3D ··· 106 </programlisting> 107 </para> 108 </simplesect> 109 - <simplesect> 110 <title>Touchpads</title> 111 <para> 112 Support for Synaptics touchpads (found in many laptops such as the Dell ··· 123 since NixOS 17.09. 124 </para> 125 </simplesect> 126 - <simplesect> 127 <title>GTK/Qt themes</title> 128 <para> 129 GTK themes can be installed either to user profile or system-wide (via
··· 60 # systemctl start display-manager.service 61 </screen> 62 </para> 63 + <simplesect xml:id="sec-x11-graphics-cards-nvidia"> 64 <title>NVIDIA Graphics Cards</title> 65 <para> 66 NVIDIA provides a proprietary driver for its graphics cards that has better ··· 86 </programlisting> 87 </para> 88 </simplesect> 89 + <simplesect xml:id="sec-x11--graphics-cards-amd"> 90 <title>AMD Graphics Cards</title> 91 <para> 92 AMD provides a proprietary driver for its graphics cards that has better 3D ··· 106 </programlisting> 107 </para> 108 </simplesect> 109 + <simplesect xml:id="sec-x11-touchpads"> 110 <title>Touchpads</title> 111 <para> 112 Support for Synaptics touchpads (found in many laptops such as the Dell ··· 123 since NixOS 17.09. 124 </para> 125 </simplesect> 126 + <simplesect xml:id="sec-x11-gtk-and-qt-themes"> 127 <title>GTK/Qt themes</title> 128 <para> 129 GTK themes can be installed either to user profile or system-wide (via
+3 -3
nixos/doc/manual/configuration/xfce.xml
··· 31 (system wide), put them into your 32 <xref linkend="opt-environment.systemPackages"/>. 33 </para> 34 - <simplesect> 35 <title>Thunar Volume Support</title> 36 <para> 37 To enable <emphasis>Thunar</emphasis> volume support, put ··· 41 into your <emphasis>configuration.nix</emphasis>. 42 </para> 43 </simplesect> 44 - <simplesect> 45 <title>Polkit Authentication Agent</title> 46 <para> 47 There is no authentication agent automatically installed alongside Xfce. To ··· 50 and login did the trick. 51 </para> 52 </simplesect> 53 - <simplesect> 54 <title>Troubleshooting</title> 55 <para> 56 Even after enabling udisks2, volume management might not work. Thunar and/or
··· 31 (system wide), put them into your 32 <xref linkend="opt-environment.systemPackages"/>. 33 </para> 34 + <simplesect xml:id="sec-xfce-thunar-volumes"> 35 <title>Thunar Volume Support</title> 36 <para> 37 To enable <emphasis>Thunar</emphasis> volume support, put ··· 41 into your <emphasis>configuration.nix</emphasis>. 42 </para> 43 </simplesect> 44 + <simplesect xml:id="sec-xfce-polkit"> 45 <title>Polkit Authentication Agent</title> 46 <para> 47 There is no authentication agent automatically installed alongside Xfce. To ··· 50 and login did the trick. 51 </para> 52 </simplesect> 53 + <simplesect xml:id="sec-xfce-troubleshooting"> 54 <title>Troubleshooting</title> 55 <para> 56 Even after enabling udisks2, volume management might not work. Thunar and/or
+3 -3
nixos/doc/manual/development/option-def.xml
··· 17 definitions in a <emphasis>property</emphasis> to achieve certain effects: 18 </para> 19 20 - <simplesect> 21 <title>Delaying Conditionals</title> 22 <para> 23 If a set of option definitions is conditional on the value of another ··· 59 </para> 60 </simplesect> 61 62 - <simplesect> 63 <title>Setting Priorities</title> 64 <para> 65 A module can override the definitions of an option in other modules by ··· 76 </para> 77 </simplesect> 78 79 - <simplesect> 80 <title>Merging Configurations</title> 81 <para> 82 In conjunction with <literal>mkIf</literal>, it is sometimes useful for a
··· 17 definitions in a <emphasis>property</emphasis> to achieve certain effects: 18 </para> 19 20 + <simplesect xml:id="sec-option-definitions-delaying-conditionals"> 21 <title>Delaying Conditionals</title> 22 <para> 23 If a set of option definitions is conditional on the value of another ··· 59 </para> 60 </simplesect> 61 62 + <simplesect xml:id="sec-option-definitions-setting-priorities"> 63 <title>Setting Priorities</title> 64 <para> 65 A module can override the definitions of an option in other modules by ··· 76 </para> 77 </simplesect> 78 79 + <simplesect xml:id="sec-option-definitions-merging"> 80 <title>Merging Configurations</title> 81 <para> 82 In conjunction with <literal>mkIf</literal>, it is sometimes useful for a
+1 -1
nixos/modules/i18n/input-method/default.xml
··· 69 as shown above, and also (after running <literal>nixos-rebuild</literal>) the 70 input method must be added from IBus' preference dialog.</para> 71 72 - <simplesect> 73 <title>Troubleshooting</title> 74 <para>If IBus works in some applications but not others, a likely cause of 75 this is that IBus is depending on a different version of
··· 69 as shown above, and also (after running <literal>nixos-rebuild</literal>) the 70 input method must be added from IBus' preference dialog.</para> 71 72 + <simplesect xml:id="module-services-input-methods-troubleshooting"> 73 <title>Troubleshooting</title> 74 <para>If IBus works in some applications but not others, a likely cause of 75 this is that IBus is depending on a different version of