Skip to content

Commit

Permalink
nixos/pantheon: Do not set QT_QPA_PLATFORMTHEME
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 committed Jun 3, 2024
1 parent 57610d2 commit 36bc3f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nixos/modules/services/x11/desktop-managers/pantheon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36bc3f4

Please sign in to comment.