mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: set yt-dlp download folder
This commit is contained in:
parent
808dfa95ae
commit
1e1a6b395f
1 changed files with 6 additions and 1 deletions
|
|
@ -129,7 +129,12 @@
|
||||||
password-store.enable = true;
|
password-store.enable = true;
|
||||||
tealdeer.enable = true;
|
tealdeer.enable = true;
|
||||||
|
|
||||||
yt-dlp.enable = true;
|
yt-dlp = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
paths = "~/Downloads";
|
||||||
|
};
|
||||||
|
};
|
||||||
btop.enable = true;
|
btop.enable = true;
|
||||||
cmus.enable = true;
|
cmus.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue