--wip-- [skip ci]

This commit is contained in:
Filippo Berto 2024-06-02 12:14:11 +02:00
parent 0a769a2123
commit 4cdcd04a9c
2 changed files with 15 additions and 28 deletions

View file

@ -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 ];
}