diff --git a/users/pbsds/home/profiles/gnome/default.nix b/users/pbsds/home/profiles/gnome/default.nix index 5e61104..03d3b73 100644 --- a/users/pbsds/home/profiles/gnome/default.nix +++ b/users/pbsds/home/profiles/gnome/default.nix @@ -88,8 +88,14 @@ show-create-link = true; sort-directories-first = true; #recursive-search = "never"; - #show-image-thumbnails = "always"; + show-image-thumbnails = "always"; + show-directory-item-counts = "always"; + }; + "org/gtk/gtk4/settings/file-chooser" = { + sort-directories-first = true; + }; + "org/gtk/settings/file-chooser" = { + sort-directories-first = true; }; - }; }