diff options
Diffstat (limited to 'modules/home/conf/mpv/default.nix')
-rw-r--r-- | modules/home/conf/mpv/default.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/home/conf/mpv/default.nix b/modules/home/conf/mpv/default.nix deleted file mode 100644 index 6b252a38..00000000 --- a/modules/home/conf/mpv/default.nix +++ /dev/null @@ -1,10 +0,0 @@ -{...}: { - programs.mpv = { - enable = true; - bindings = { - q = "quit 0"; - "Ctrl+c" = "quit 1"; - "Shift+q" = "quit-watch-later 1"; - }; - }; -} |