From d8638425795c4f1c2fdf44a22734672a117894d3 Mon Sep 17 00:00:00 2001 From: Alexandre LUCAZEAU Date: Mon, 25 Sep 2023 16:31:08 +0200 Subject: [PATCH] ADD thunar and thunar plugin --- hosts/d2nix/nixos/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/d2nix/nixos/configuration.nix b/hosts/d2nix/nixos/configuration.nix index 3ef9f50..d64a85f 100644 --- a/hosts/d2nix/nixos/configuration.nix +++ b/hosts/d2nix/nixos/configuration.nix @@ -88,6 +88,12 @@ }; dconf.enable=true; }; + programs.thunar.enable = true; + + programs.thunar.plugins = with pkgs.xfce; [ + thunar-archive-plugin + thunar-volman +]; # Enable sound. sound.enable = true;