fix system dark settings

This commit is contained in:
2026-06-01 20:10:12 +02:00
parent a053c9a50e
commit 6286921cd1
@@ -13,9 +13,6 @@
enable = true; enable = true;
colorScheme = "dark"; colorScheme = "dark";
theme = { theme = {
# Must match a directory in pkgs.adw-gtk3/share/themes.
# "Adwaita" is not provided by this package and makes GTK4 import
# a missing CSS file; use the explicit dark variant instead.
name = "adw-gtk3-dark"; name = "adw-gtk3-dark";
package = pkgs.adw-gtk3; package = pkgs.adw-gtk3;
}; };