thelio76: mpv config
This commit is contained in:
parent
57787aa195
commit
7c80cc28c8
|
@ -31,7 +31,6 @@
|
||||||
lmms
|
lmms
|
||||||
lutris
|
lutris
|
||||||
moonlight-qt
|
moonlight-qt
|
||||||
mpv
|
|
||||||
ncdu
|
ncdu
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
|
@ -39,6 +38,7 @@
|
||||||
picard
|
picard
|
||||||
rawtherapee
|
rawtherapee
|
||||||
spotify
|
spotify
|
||||||
|
sqlitebrowser
|
||||||
steam
|
steam
|
||||||
syncthing
|
syncthing
|
||||||
ventoy-full
|
ventoy-full
|
||||||
|
@ -109,6 +109,14 @@
|
||||||
font.name = "Victor Mono";
|
font.name = "Victor Mono";
|
||||||
font.size = 12;
|
font.size = 12;
|
||||||
};
|
};
|
||||||
|
mpv = {
|
||||||
|
enable = true;
|
||||||
|
scriptOpts = {
|
||||||
|
"ytdl_hook" = {
|
||||||
|
"ytdl_path" = "${pkgs.yt-dlp}/bin/yt-dlp";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
vscode = {
|
vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extensions = with pkgs; [
|
extensions = with pkgs; [
|
||||||
|
|
Loading…
Reference in New Issue