#11 Add unstable mpv module

This commit is contained in:
Tibo De Peuter 2023-06-24 14:01:21 +02:00 committed by Tibo De Peuter
parent 23a8f4c918
commit 0faf97e6d2
5 changed files with 81 additions and 46 deletions

View file

@ -0,0 +1,7 @@
{ config, system, lib, pkgs-unstable, ... }:
{
home-manager.users.tdpeuter.home.packages = with pkgs-unstable; [
mpv
];
}