commit 5212ed2e2343ce52fdf5e176959db819c879d36f
parent 1b560003e6cbf7e106a5b73006f21e3df855b108
Author: vin <vin@vineetk.net>
Date: Wed, 30 Apr 2025 03:17:04 -0400
demiurge, hastur: fix zsh warning and redundant yt-dlp alias
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/home.nix b/home.nix
@@ -162,7 +162,7 @@ in {
rsync = "rsync --no-inc-recursive";
mpv = "mpv --save-position-on-quit";
wget = "wget --no-hsts";
- ytdl = "noglob yt-dlp --merge-output-format mkv --embed-subs --embed-metadata --sub-langs en,-live_chat --format='bestvideo[height<=?1440]+bestaudio/best'";
+ ytdl = "noglob yt-dlp";
# shortened nix commands
# the `-c $SHELL` is there because it defaults to bash even if
@@ -550,7 +550,7 @@ set-option -sa terminal-features ',*:RGB'
ignoreDups = true;
ignoreSpace = true;
};
- initExtra = ''
+ initContent = ''
# auto-correct commands
setopt correctall