remove celluloid
This commit is contained in:
parent
1a6d543d87
commit
36a04eada8
2 changed files with 8 additions and 11 deletions
|
|
@ -1,10 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
# programs.mpv = {
|
||||
# enable = true;
|
||||
# bindings = {
|
||||
# "Ctrl+Right" = "playlist-next";
|
||||
# "Ctrl+Left" = "playlist-prev";
|
||||
# };
|
||||
# };
|
||||
home.packages = [ pkgs.celluloid ];
|
||||
{
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
bindings = {
|
||||
"Ctrl+Right" = "playlist-next";
|
||||
"Ctrl+Left" = "playlist-prev";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue