about summary refs log tree commit diff
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-06-04 07:32:46 +0800
committerBobby Rong <rjl931189261@126.com>2024-06-04 07:37:56 +0800
commit36bc3f46ba185b6e545fe6b6deb84aa24f5255fa (patch)
tree4ccc12af0ab9f54ca2943a74679f0a32c32a554f /nixos/modules/services/x11
parent57610d2f8f0937f39dbd72251e9614b1561942d8 (diff)
nixos/pantheon: Do not set QT_QPA_PLATFORMTHEME
https://github.com/elementary/default-settings/commit/7aa79d47f7624b55f38e5392747452a90ac4cc89

Closes #316991
Diffstat (limited to 'nixos/modules/services/x11')
-rw-r--r--nixos/modules/services/x11/desktop-managers/pantheon.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.nix b/nixos/modules/services/x11/desktop-managers/pantheon.nix
index 008bc65eb6a4f..0e9a06706d4f6 100644
--- a/nixos/modules/services/x11/desktop-managers/pantheon.nix
+++ b/nixos/modules/services/x11/desktop-managers/pantheon.nix
@@ -269,11 +269,6 @@ in
       programs.bash.vteIntegration = mkDefault true;
       programs.zsh.vteIntegration = mkDefault true;
 
-      # Use native GTK file chooser on Qt apps. This is because Qt does not know Pantheon.
-      # https://invent.kde.org/qt/qt/qtbase/-/blob/6.6/src/gui/platform/unix/qgenericunixthemes.cpp#L1312
-      # https://github.com/elementary/default-settings/blob/7.0.2/profile.d/qt-qpa-platformtheme.sh
-      environment.variables.QT_QPA_PLATFORMTHEME = mkDefault "gtk3";
-
       # Default Fonts
       fonts.packages = with pkgs; [
         inter