--wip-- [skip ci]
This commit is contained in:
parent
0a769a2123
commit
4cdcd04a9c
2 changed files with 15 additions and 28 deletions
|
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
bindings = {
|
||||
"Ctrl+Right" = "playlist-next";
|
||||
"Ctrl+Left" = "playlist-prev";
|
||||
};
|
||||
};
|
||||
{ pkgs, ... }: {
|
||||
# programs.mpv = {
|
||||
# enable = true;
|
||||
# bindings = {
|
||||
# "Ctrl+Right" = "playlist-next";
|
||||
# "Ctrl+Left" = "playlist-prev";
|
||||
# };
|
||||
# };
|
||||
home.packages = [ pkgs.celluloid ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue