From 5f4dacd9565694c87b9d69d578f0783e40b8226e Mon Sep 17 00:00:00 2001 From: 4Lost Date: Sun, 3 Mar 2024 19:16:51 +0100 Subject: [PATCH] thunar? --- home/programs/thunar/default.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/home/programs/thunar/default.nix b/home/programs/thunar/default.nix index aeea361..4b78ae5 100644 --- a/home/programs/thunar/default.nix +++ b/home/programs/thunar/default.nix @@ -1,13 +1,12 @@ { pkgs, ... }: { - programs = { - thunar = { - enable = true; - plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ]; - }; - xfconf.enable = true; - }; + programs.xfconf.enable = true; + programs.thunar.enable = true; + programs.thunar.plugins = with pkgs.xfce; [ + thunar-archive-plugin + thunar-volman + ]; services = { gvfs.enable = true; # Mount, trash, ... tumbler.enable = true; # Thumbnail support for images.