{ flake.modules.homeManager.multimedia = { pkgs, ... }: { home.packages = with pkgs; [ feh mpv playerctl file zathura ]; }; }