zenix: add musnix and mpd
This commit is contained in:
parent
2202ebef0b
commit
53f5a52ceb
8 changed files with 124 additions and 84 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
config = {
|
||||
keep-open = true;
|
||||
};
|
||||
bindings = {
|
||||
l = "seek 5";
|
||||
h = "seek -5";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue