{ pkgs, ... }: { # ctrl + m to toggle the menubar home.packages = with pkgs.xfce; [ thunar xfconf tumbler thunar-archive-plugin thunar-volman ]; home.file.".config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml".text = '' ''; }