mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-22 07:58:49 +01:00
add mpv
This commit is contained in:
parent
0ec3bbb4a4
commit
fa44f500c4
2 changed files with 9 additions and 0 deletions
|
@ -19,6 +19,7 @@ with lib;
|
|||
./../programs/go.nix
|
||||
./../programs/firefox.nix
|
||||
./../programs/chromium.nix
|
||||
./../programs/mpv.nix
|
||||
./packages.nix
|
||||
];
|
||||
|
||||
|
|
8
home-manager/programs/mpv.nix
Normal file
8
home-manager/programs/mpv.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
scripts = with pkgs.mpvScripts; [ autoload mpris sponsorblock ];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue