diff options
author | Soispha <soispha@vhack.eu> | 2024-01-01 22:42:02 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-01 22:42:51 +0100 |
commit | 6f337ee548e08064325741271b36ca5197d88d87 (patch) | |
tree | 2f1e89cabedf288b0c7e971793fa91b9a91aa143 /hm/soispha/pkgs/scripts.nix | |
parent | fix(hm/pkgs/scr/ytc): Don't use while in a if situation (diff) | |
download | nixos-config-6f337ee548e08064325741271b36ca5197d88d87.zip |
fix(hm/pkgs/scr/ytc): Allow titles with commas in them
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/pkgs/scripts.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/soispha/pkgs/scripts.nix b/hm/soispha/pkgs/scripts.nix index e9c70966..a4cab3d4 100644 --- a/hm/soispha/pkgs/scripts.nix +++ b/hm/soispha/pkgs/scripts.nix @@ -206,6 +206,7 @@ mpv ffmpeg gnused + gawk ; }; }; |