{ config, lib, pkgs, ... }: { home.packages = with pkgs; [ haruna ]; programs.mpv = { enable = true; }; }