mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
This is not officially supported and causes issues in some cases. Also adds a warning to the option.
12 lines
465 B
Nix
12 lines
465 B
Nix
{
|
|
time = "2025-11-26T10:55:28+00:00";
|
|
condition = true;
|
|
message = ''
|
|
The option 'gtk.theme' does not apply to GTK 4 automatically anymore for new
|
|
installations (with `home.stateVersion` >= "26.05"). Using a custom theme is
|
|
not officially supported by GTK 4, and implemented by home-manager using a
|
|
workaround that may cause issues in some cases. If you still want to use a GTK
|
|
4 theme, you need to explicitly set 'gtk.gtk4.theme'.
|
|
'';
|
|
}
|