2.home-manager/tests/modules
Austin Horstman 153bad8fb5 qt: stop rewriting platformTheme name gtk to gtk2
Setting `qt.platformTheme.name = "gtk"` silently rewrote the
QT_QPA_PLATFORMTHEME session variable to `gtk2` and pulled in the
qtstyleplugins and qt6gtk2 packages, which is not what users asked for
and relies on unmaintained packages. There is no `gtk` Qt platform
theme, so `gtk` now maps to Qt's built-in `gtk3` platform-theme plugin
and installs no extra packages.

Users who want the previous behavior can set
`qt.platformTheme.name = "gtk2"` explicitly, which keeps
QT_QPA_PLATFORMTHEME=gtk2 and installs qtstyleplugins and qt6gtk2. The
`qt.useGtkTheme` -> `qt.platformTheme` migration now maps the legacy
option to `{ name = "gtk2"; }` so existing configs are unaffected.

Fixes #8663
2026-06-19 12:28:04 -05:00
..
accounts treewide: mark unused lambda arguments 2026-04-13 22:02:40 -05:00
config treewide: remove unused attrs patterns 2026-04-13 22:02:40 -05:00
dbus dbus: Create with pacakges options (#7064) 2025-05-15 12:59:12 -05:00
files files: handle overlapping file targets 2026-04-07 23:33:05 -05:00
home-environment zsh: guard session variables under nounset 2026-05-16 08:20:26 -05:00
i18n/input-method fcitx5: capitalize boolean settings 2026-04-23 18:12:37 -05:00
launchd launchd: wait for /nix/store before starting agent (#8609) 2026-01-27 21:51:48 -08:00
misc qt: stop rewriting platformTheme name gtk to gtk2 2026-06-19 12:28:04 -05:00
programs broot: fix nushell integration br command 2026-06-19 10:53:03 -05:00
services hyprland: fix plugin loading when using lua 2026-06-18 22:39:21 -05:00
services-modular modular-services: document ghostunnel as a service that was not written for use as a user-level service 2026-05-08 15:56:35 +02:00
systemd systemd: install systemd files when user is root (revert c2aa831) (#9274) 2026-05-11 23:36:25 +02:00
targets-darwin targets/darwin: set TERMINFO_DIRS 2026-04-26 10:44:45 -05:00
targets-linux gpu: use tmpfiles.d to set up the /run/opengl-driver symlink 2026-05-05 12:30:44 +02:00
xresources treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00