Replace VLC with mpv
This commit is contained in:
parent
859d46781c
commit
194289f9a6
4 changed files with 6 additions and 3 deletions
lib/nixos/home-manager/modules
5
lib/nixos/home-manager/modules/mpv.nix
Normal file
5
lib/nixos/home-manager/modules/mpv.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue