diff --git a/users/guanranwang/nixos/profiles/device-type/desktop/home/theme.nix b/users/guanranwang/nixos/profiles/device-type/desktop/home/theme.nix index c503485..5793e27 100644 --- a/users/guanranwang/nixos/profiles/device-type/desktop/home/theme.nix +++ b/users/guanranwang/nixos/profiles/device-type/desktop/home/theme.nix @@ -33,6 +33,11 @@ name = "adw-gtk3-dark"; package = pkgs.adw-gtk3; }; + + # ??? this commit broke nautilus's spacing ??? + # https://github.com/nix-community/home-manager/commit/e9b9ecef4295a835ab073814f100498716b05a96 + xdg.configFile."gtk-4.0/gtk.css".text = lib.mkForce config.gtk.gtk4.extraCss; + dconf.settings = { "org/gnome/desktop/interface" = { "clock-format" = "12h";