{ pkgs, ... }: # TODO file-preview for videos, svgs and other types { environment.systemPackages = with pkgs; [ nautilus ]; programs.nautilus-open-any-terminal.enable = true; }