gtk/hm: explicitly set gtk4.theme (#2330)
Explicitly set gtk4.theme to resolve upstream warnings, following
upstream commits [1] ("gtk4: don't enable theme by default") and [2]
("gtk: warn on gtk4 theme inheritance change").
[1]: ae9f38e889
[2]: d3281688bf
Closes: https://github.com/nix-community/stylix/issues/2250
Link: https://github.com/nix-community/stylix/pull/2330
Reviewed-by: Noah Biewesch <dev@noahbiewesch.com>
This commit is contained in:
parent
879889a4e5
commit
2d8e4ce4b1
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ mkTarget {
|
|||
package = pkgs.adw-gtk3;
|
||||
name = "adw-gtk3";
|
||||
};
|
||||
gtk.gtk4.theme = config.gtk.theme;
|
||||
|
||||
xdg.configFile = {
|
||||
"gtk-3.0/gtk.css".source = finalCss;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue