{ config, pkgs, ... }: { programs.vifm = { enable = true; extraConfig = " set vicmd=nvim filetype * xdg-open colorscheme Default "; }; }