summaryrefslogtreecommitdiff
path: root/hm/soft/mpv.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-03-01 19:57:16 +0100
committeradikro <adikro@disroot.org>2026-03-01 19:57:16 +0100
commit1be09af058424219de2aad4b9cc27ccf760d23f6 (patch)
treebdc1177b166e1eef36763984b6862d7755a7bde8 /hm/soft/mpv.nix
parent4b41ce640c5eddcb50904331e03aac5460caa144 (diff)
...
Diffstat (limited to 'hm/soft/mpv.nix')
-rw-r--r--hm/soft/mpv.nix7
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;
};
}