From cadeefb0817db1e95efba77435b35bc1130db060 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Mon, 25 Dec 2023 19:48:17 +0800 Subject: [PATCH] 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 --- .../nixos/profiles/device-type/desktop/home/theme.nix | 5 +++++ 1 file changed, 5 insertions(+) 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";