{ pkgs, ... }: { home.packages = with pkgs; [ vifm ]; xdg.configFile = { "vifm/vifmrc".source = ./vifmrc; }; }