diff --git a/nixos.nix b/nixos.nix index 49c48fa..3732f65 100644 --- a/nixos.nix +++ b/nixos.nix @@ -307,7 +307,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