zenix: add musnix and mpd

This commit is contained in:
tristan 2024-11-19 20:40:58 +00:00
parent 2202ebef0b
commit 53f5a52ceb
8 changed files with 124 additions and 84 deletions

View file

@ -1,6 +1,9 @@
{pkgs, ...}: {
programs.mpv = {
enable = true;
config = {
keep-open = true;
};
bindings = {
l = "seek 5";
h = "seek -5";