#11 Add unstable mpv module
This commit is contained in:
parent
23a8f4c918
commit
0faf97e6d2
5 changed files with 81 additions and 46 deletions
7
nixos/modules/utils/mpv/default.nix
Normal file
7
nixos/modules/utils/mpv/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, system, lib, pkgs-unstable, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.tdpeuter.home.packages = with pkgs-unstable; [
|
||||
mpv
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue