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:
parent
dd8fa2150f
commit
cadeefb081
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue