[Init]
This commit is contained in:
11
home/gui/mpv/default.nix
Executable file
11
home/gui/mpv/default.nix
Executable file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
scripts = with pkgs; [
|
||||
mpvScripts.mpris
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user