about summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers/gnome.nix
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/modules/services/x11/desktop-managers/gnome.nix
parent16f0d689deae07f24967d0ab95c014d6d3a317a4 (diff)
rename config.qt5 -> config.qt
Diffstat (limited to 'nixos/modules/services/x11/desktop-managers/gnome.nix')
-rw-r--r--nixos/modules/services/x11/desktop-managers/gnome.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/gnome.nix b/nixos/modules/services/x11/desktop-managers/gnome.nix
index 9c1978e362bc7..dadfb421d3a87 100644
--- a/nixos/modules/services/x11/desktop-managers/gnome.nix
+++ b/nixos/modules/services/x11/desktop-managers/gnome.nix
@@ -352,8 +352,8 @@ in
         })
       ];
 
-      # Harmonize Qt5 application style and also make them use the portal for file chooser dialog.
-      qt5 = {
+      # Harmonize Qt application style and also make them use the portal for file chooser dialog.
+      qt = {
         enable = mkDefault true;
         platformTheme = mkDefault "gnome";
         style = mkDefault "adwaita";