summaryrefslogtreecommitdiffstats
path: root/nixos/doc/manual/configuration/x-windows.chapter.md
diff options
context:
space:
mode:
authorlinsui <linsui555@gmail.com>2022-12-24 17:59:15 +0800
committerlinsui <linsui555@gmail.com>2023-01-10 20:50:15 +0800
commita2e21c76c7d31d8f54a564c49ad3ef54d76fc1e4 (patch)
tree3c0d66b83c6e43603808ed8743b5e1a78c43e153 /nixos/doc/manual/configuration/x-windows.chapter.md
parent16f0d689deae07f24967d0ab95c014d6d3a317a4 (diff)
rename config.qt5 -> config.qt
Diffstat (limited to 'nixos/doc/manual/configuration/x-windows.chapter.md')
-rw-r--r--nixos/doc/manual/configuration/x-windows.chapter.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/doc/manual/configuration/x-windows.chapter.md b/nixos/doc/manual/configuration/x-windows.chapter.md
index f92403ed1c4c..be185cf4c314 100644
--- a/nixos/doc/manual/configuration/x-windows.chapter.md
+++ b/nixos/doc/manual/configuration/x-windows.chapter.md
@@ -199,9 +199,9 @@ GTK themes can be installed either to user profile or system-wide (via
GTK ones, you can use the following configuration:
```nix
-qt5.enable = true;
-qt5.platformTheme = "gtk2";
-qt5.style = "gtk2";
+qt.enable = true;
+qt.platformTheme = "gtk2";
+qt.style = "gtk2";
```
## Custom XKB layouts {#custom-xkb-layouts .unnumbered}