mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-18 00:19:12 +00:00
users/foo-dogsquared: fix music module
This commit is contained in:
parent
245b19e663
commit
507f1862fb
@ -2,7 +2,7 @@
|
||||
|
||||
let
|
||||
ytdlpAudio = pkgs.writeScriptBin "yt-dlp-audio" ''
|
||||
${pkgs.yt-dlp}/bin/yt-dlp --config-location "${./config/yt-dlp-audio.conf}" $@
|
||||
${pkgs.yt-dlp}/bin/yt-dlp --config-location "${../config/yt-dlp-audio.conf}" $@
|
||||
'';
|
||||
|
||||
musicDir = config.xdg.userDirs.music;
|
||||
|
Loading…
Reference in New Issue
Block a user