From 4382b0456a9fb8f2a504aafdd1a50b9367347207 Mon Sep 17 00:00:00 2001
From: Julien Moutinho <julm+julm-nix@sourcephile.fr>
Date: Tue, 19 Apr 2022 23:19:16 +0200
Subject: [PATCH] caja: add config and thumbnail tools

---
 home-manager/profiles/xmonad.nix | 1 +
 nixos/profiles/graphical.nix     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/home-manager/profiles/xmonad.nix b/home-manager/profiles/xmonad.nix
index bc603a7..d5e3572 100644
--- a/home-manager/profiles/xmonad.nix
+++ b/home-manager/profiles/xmonad.nix
@@ -24,6 +24,7 @@ xsession = {
 home.packages = [
   pkgs.acpilight
   pkgs.copyq
+  pkgs.ffmpegthumbnailer
   pkgs.gmrun
   pkgs.light
   pkgs.mate.caja-with-extensions
diff --git a/nixos/profiles/graphical.nix b/nixos/profiles/graphical.nix
index d6252ce..69a42d7 100644
--- a/nixos/profiles/graphical.nix
+++ b/nixos/profiles/graphical.nix
@@ -14,6 +14,9 @@ networking.networkmanager = {
 };
 
 services.dbus.packages = [ pkgs.dconf ];
+programs.dconf = {
+  enable = true;
+};
 
 services.gvfs.enable = lib.mkDefault true;
 
-- 
2.47.2