programs/yt-dlp: migrate to own file
This commit is contained in:
@@ -1267,10 +1267,6 @@ in
|
||||
xterm.sandbox.enable = false; # need to be able to do everything
|
||||
|
||||
yarn.persist.byStore.plaintext = [ ".cache/yarn" ];
|
||||
|
||||
yt-dlp.sandbox.method = "bunpen";
|
||||
yt-dlp.sandbox.net = "all";
|
||||
yt-dlp.sandbox.whitelistPwd = true; # saves to pwd by default
|
||||
};
|
||||
|
||||
sane.persist.sys.byStore.plaintext = lib.mkIf config.sane.programs.guiApps.enabled [
|
||||
|
@@ -198,6 +198,7 @@
|
||||
./xdg-terminal-exec.nix
|
||||
./xdg-utils.nix
|
||||
./youtube-tui.nix
|
||||
./yt-dlp.nix
|
||||
./zathura.nix
|
||||
./zeal.nix
|
||||
./zecwallet-lite.nix
|
||||
|
8
hosts/common/programs/yt-dlp.nix
Normal file
8
hosts/common/programs/yt-dlp.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
{
|
||||
sane.programs.yt-dlp = {
|
||||
sandbox.method = "bunpen";
|
||||
sandbox.net = "all";
|
||||
sandbox.whitelistPwd = true; # saves to pwd by default
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user