flake/users/guanranwang/home-manager/resources/media/nixos/video.nix

5 lines
61 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
mpv
];
}