home: gtk: fix broken nautilus spacing

caused by: https://github.com/nix-community/home-manager/pull/4770
not really sure why home-manager merged it
This commit is contained in:
Guanran Wang 2023-12-25 19:48:17 +08:00
parent dd8fa2150f
commit cadeefb081
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -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";