Mpv + keybindings
This commit is contained in:
parent
c6755a6692
commit
6c3e229ad6
3 changed files with 11 additions and 2 deletions
9
hm_modules/mpv.nix
Normal file
9
hm_modules/mpv.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
bindings = {
|
||||
"Ctrl+Right" = "playlist-next";
|
||||
"Ctrl+Left" = "playlist-prev";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -58,7 +58,6 @@
|
|||
meld
|
||||
minecraft
|
||||
mmv-go
|
||||
mpv
|
||||
# mycrypto
|
||||
neofetch
|
||||
nixos-option
|
||||
|
|
@ -139,6 +138,7 @@
|
|||
../hm_modules/libinput-gestures.nix
|
||||
../hm_modules/mangohud.nix
|
||||
../hm_modules/megasync.nix
|
||||
../hm_modules/mpv.nix
|
||||
../hm_modules/nautilus.nix
|
||||
../hm_modules/nix-index.nix
|
||||
../hm_modules/noti.nix
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@
|
|||
lutris
|
||||
meld
|
||||
minecraft
|
||||
mpv
|
||||
mycrypto
|
||||
nix-prefetch-scripts
|
||||
obsidian
|
||||
|
|
@ -109,6 +108,7 @@
|
|||
../hm_modules/kitty.nix
|
||||
../hm_modules/mangohud.nix
|
||||
../hm_modules/megasync.nix
|
||||
../hm_modules/mpv.nix
|
||||
../hm_modules/nautilus.nix
|
||||
../hm_modules/nix-index.nix
|
||||
../hm_modules/noti.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue