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: