diff --git a/nixos/modules/config/qt5.nix b/nixos/modules/config/qt5.nix
index 0cda1ca9c3ec..9e19774b582f 100644
--- a/nixos/modules/config/qt5.nix
+++ b/nixos/modules/config/qt5.nix
@@ -45,41 +45,17 @@ in
["lxqt" "lxqt-qtplugin"]
["libsForQt5" "plasma-integration"]
];
- description = ''
- Selects the platform theme to use for Qt5 applications.
- The options are
-
-
- gtk
- Use GTK theme with
- qtstyleplugins
-
-
-
- gnome
- Use GNOME theme with
- qgnomeplatform
-
-
-
- lxqt
- Use LXQt style set using the
- lxqt-config-appearance
- application.
-
-
-
- qt5ct
- Use Qt style set using the
- qt5ct
- application.
-
-
-
- kde
- Use Qt settings from Plasma.
-
-
+ description = lib.mdDoc ''
+ Selects the platform theme to use for Qt5 applications.
+
+ The options are
+ - `gtk`: Use GTK theme with [qtstyleplugins](https://github.com/qt/qtstyleplugins)
+ - `gnome`: Use GNOME theme with [qgnomeplatform](https://github.com/FedoraQt/QGnomePlatform)
+ - `lxqt`: Use LXQt style set using the [lxqt-config-appearance](https://github.com/lxqt/lxqt-config)
+ application.
+ - `qt5ct`: Use Qt style set using the [qt5ct](https://sourceforge.net/projects/qt5ct/)
+ application.
+ - `kde`: Use Qt settings from Plasma.
'';
};
@@ -97,27 +73,14 @@ in
"adwaita-qt"
["libsForQt5" "qtstyleplugins"]
];
- description = ''
- Selects the style to use for Qt5 applications.
- The options are
-
-
- adwaita
- adwaita-dark
- Use Adwaita Qt style with
- adwaita
-
-
-
- cleanlooks
- gtk2
- motif
- plastique
- Use styles from
- qtstyleplugins
-
-
-
+ description = lib.mdDoc ''
+ Selects the style to use for Qt5 applications.
+
+ The options are
+ - `adwaita`, `adwaita-dark`: Use Adwaita Qt style with
+ [adwaita](https://github.com/FedoraQt/adwaita-qt)
+ - `cleanlooks`, `gtk2`, `motif`, `plastique`: Use styles from
+ [qtstyleplugins](https://github.com/qt/qtstyleplugins)
'';
};
};