From 3dab60d614a88b98fb24a3b27b1c21803a4107bb Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Mon, 19 Aug 2024 20:34:04 -0300 Subject: [PATCH] thunar: add thunar-archive-plugin --- nixos.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos.nix b/nixos.nix index 8a39914..bfee60c 100644 --- a/nixos.nix +++ b/nixos.nix @@ -265,7 +265,10 @@ in }; # Enable Thunar and it's dependencies - programs.thunar.enable = true; + programs.thunar = { + enable = true; + plugins = with pkgs.xfce; [ thunar-archive-plugin ]; + }; programs.xfconf.enable = true; # For configuring services.gvfs.enable = true; # For mounting drives, trash, etc. services.tumbler.enable = true; # Thumbnail support