diff options
| author | adikro <adikro@disroot.org> | 2026-03-01 19:57:16 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-01 19:57:16 +0100 |
| commit | 1be09af058424219de2aad4b9cc27ccf760d23f6 (patch) | |
| tree | bdc1177b166e1eef36763984b6862d7755a7bde8 /hm/soft/mpv.nix | |
| parent | 4b41ce640c5eddcb50904331e03aac5460caa144 (diff) | |
...
Diffstat (limited to 'hm/soft/mpv.nix')
| -rw-r--r-- | hm/soft/mpv.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/hm/soft/mpv.nix b/hm/soft/mpv.nix index 380d0d5..7967611 100644 --- a/hm/soft/mpv.nix +++ b/hm/soft/mpv.nix @@ -173,7 +173,7 @@ in reload mpv-subtitle-lines mpv-notify-send - mpv-cheatsheet + # mpv-cheatsheet modernx memo autosubsync-mpv @@ -182,9 +182,6 @@ in ]; }; - hm.soft = { - media.enable = true; - yt-dlp.enable = true; - }; + hm.soft.yt-dlp.enable = true; }; } |
