nix: use mpv on linux and iina on mac for playing media

This commit is contained in:
Nico 2025-05-03 16:16:00 +10:00
parent 6fad159c38
commit 9567de89d0
4 changed files with 11 additions and 2 deletions

View file

@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
# nix pkgs
environment.systemPackages = with pkgs; [
mpv
]
}