removes mpv
This commit is contained in:
parent
e3c18f9285
commit
cce43517a9
2 changed files with 0 additions and 28 deletions
|
|
@ -51,7 +51,6 @@
|
|||
../modules/ghostty/linux.nix
|
||||
../modules/fish
|
||||
../modules/tmux
|
||||
../modules/mpv
|
||||
../modules/zen
|
||||
../modules/wm/swaync
|
||||
../modules/wm/cliphist
|
||||
|
|
|
|||
|
|
@ -1,27 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
package = (
|
||||
pkgs.mpv-unwrapped.wrapper {
|
||||
scripts = with pkgs.mpvScripts; [
|
||||
uosc
|
||||
sponsorblock
|
||||
mpris
|
||||
mpv-notify-send
|
||||
];
|
||||
|
||||
mpv = pkgs.mpv-unwrapped.override {
|
||||
waylandSupport = true;
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
config = {
|
||||
profile = "high-quality";
|
||||
ytdl-format = "bestvideo+bestaudio";
|
||||
cache-default = 4000000;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue