diff --git a/common/gnome.nix b/common/gnome.nix index 7212a08..0204ea0 100644 --- a/common/gnome.nix +++ b/common/gnome.nix @@ -95,5 +95,9 @@ "org/gnome/shell/extensions/espresso" = { show-notifications = false; }; + + "org/gnome/nautilus/preferences" = { + show-image-thumbnails = "always"; + }; }; }