Mpv + keybindings

This commit is contained in:
Filippo Berto 2022-08-14 19:58:51 +02:00
parent c6755a6692
commit 6c3e229ad6
3 changed files with 11 additions and 2 deletions

9
hm_modules/mpv.nix Normal file
View file

@ -0,0 +1,9 @@
{
programs.mpv = {
enable = true;
bindings = {
"Ctrl+Right" = "playlist-next";
"Ctrl+Left" = "playlist-prev";
};
};
}

View file

@ -58,7 +58,6 @@
meld meld
minecraft minecraft
mmv-go mmv-go
mpv
# mycrypto # mycrypto
neofetch neofetch
nixos-option nixos-option
@ -139,6 +138,7 @@
../hm_modules/libinput-gestures.nix ../hm_modules/libinput-gestures.nix
../hm_modules/mangohud.nix ../hm_modules/mangohud.nix
../hm_modules/megasync.nix ../hm_modules/megasync.nix
../hm_modules/mpv.nix
../hm_modules/nautilus.nix ../hm_modules/nautilus.nix
../hm_modules/nix-index.nix ../hm_modules/nix-index.nix
../hm_modules/noti.nix ../hm_modules/noti.nix

View file

@ -48,7 +48,6 @@
lutris lutris
meld meld
minecraft minecraft
mpv
mycrypto mycrypto
nix-prefetch-scripts nix-prefetch-scripts
obsidian obsidian
@ -109,6 +108,7 @@
../hm_modules/kitty.nix ../hm_modules/kitty.nix
../hm_modules/mangohud.nix ../hm_modules/mangohud.nix
../hm_modules/megasync.nix ../hm_modules/megasync.nix
../hm_modules/mpv.nix
../hm_modules/nautilus.nix ../hm_modules/nautilus.nix
../hm_modules/nix-index.nix ../hm_modules/nix-index.nix
../hm_modules/noti.nix ../hm_modules/noti.nix