Replace VLC with mpv

This commit is contained in:
Oliver Davies 2024-05-31 16:30:35 +01:00
parent 859d46781c
commit 194289f9a6
4 changed files with 6 additions and 3 deletions
lib/nixos/home-manager/modules

View file

@ -0,0 +1,5 @@
{
programs.mpv = {
enable = true;
};
}