From d7ad0655816724c499daeab16dbb99c73d5f792f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 18 Jul 2022 23:45:04 -0300 Subject: [PATCH] enable thunar extras --- system/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/configuration.nix b/system/configuration.nix index 568e9d8..ad6bc6c 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -129,6 +129,11 @@ in dataDir = "/home/lelgenio/"; configDir = "/home/lelgenio/.config/syncthing"; }; + # TODO: enable thunar plugins + # programs.thunar.enable = true; + # programs.thunar.plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ]; + services.gvfs.enable = true; # Mount, trash, and other functionalities + services.tumbler.enable = true; # Thumbnail support for images # Allow unfree packages nixpkgs.config.allowUnfree = true; # List packages installed in system profile. To search, run: