add tidal-dl

This commit is contained in:
Dmitriy Kholkin 2023-08-11 11:02:26 +03:00
parent 7f01ca9088
commit accec8cc24

View File

@ -68,6 +68,7 @@ with config.deviceSpecific; {
qbittorrent
sonixd
tdesktop
tidal-dl
ungoogled-chromium
youtube-to-mpv
] ++ lib.optionals isGaming [
@ -121,4 +122,9 @@ with config.deviceSpecific; {
".anydesk"
".monero"
];
persist.state.homeFiles = [
".config/.tidal-dl.json"
".config/.tidal-dl.token.json"
];
}