diff --git a/options/custom/settings/gtk/default.nix b/options/custom/settings/gtk/default.nix index 30e1702..81ac88b 100644 --- a/options/custom/settings/gtk/default.nix +++ b/options/custom/settings/gtk/default.nix @@ -38,6 +38,9 @@ in { theme = { name = "adw-gtk3-dark"; + + # BUG: Forces theme on GTK 4 + # https://github.com/nix-community/home-manager/issues/5133 #// package = pkgs.adw-gtk3; }; };