diff options
author | tdback <tyler@tdback.net> | 2025-01-24 21:46:13 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-01-24 21:46:13 -0500 |
commit | 4bc86d007eb9541816d51dcbd9f4f0164aab7bcf (patch) | |
tree | a20e28a51d1d8b0e5b235d1b652b1c4ee50eaa3e /users/tdback/modules/shell | |
parent | 3dd3d6311a4cb3454c45b7c01432f706c0edeaa5 (diff) |
desktop: remove packages that can be pulled in ephemerally with `nix shell`
Diffstat (limited to 'users/tdback/modules/shell')
-rw-r--r-- | users/tdback/modules/shell/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/tdback/modules/shell/default.nix b/users/tdback/modules/shell/default.nix index 3237cda..bb77e88 100644 --- a/users/tdback/modules/shell/default.nix +++ b/users/tdback/modules/shell/default.nix @@ -54,7 +54,6 @@ cat = "bat -pp"; grep = "grep --color=auto"; diff = "diff --color=auto"; - song = "yt-dlp --continue --no-check-certificate --format=bestaudio -x --add-metadata --audio-format=flac"; mkdir = "mkdir -p"; }; }; |