mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
vanadium: switch to mpv
This commit is contained in:
parent
34775054b2
commit
2e7e1955e2
4 changed files with 4 additions and 147 deletions
|
|
@ -175,7 +175,6 @@ in
|
|||
../homeModules/common/tmux
|
||||
../homeModules/common/vim
|
||||
../homeModules/common/wired
|
||||
../homeModules/common/vlc.nix
|
||||
../homeModules/common/atuin.nix
|
||||
../homeModules/common/direnv.nix
|
||||
../homeModules/common/feh.nix
|
||||
|
|
|
|||
|
|
@ -89,7 +89,6 @@
|
|||
# pkgs.rawtherapee
|
||||
pkgs.digikam
|
||||
pkgs.gimp
|
||||
pkgs.vlc
|
||||
pkgs.easyeffects
|
||||
pkgs.nautilus
|
||||
pkgs.sushi # space bar previewer
|
||||
|
|
@ -157,6 +156,10 @@
|
|||
paths = "~/Downloads";
|
||||
};
|
||||
};
|
||||
# SHARP to change audio track
|
||||
# j to change subtitle track
|
||||
# _ to change video track
|
||||
mpv.enable = true;
|
||||
btop.enable = true;
|
||||
cmus.enable = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@ infuse {
|
|||
|
||||
tmux.__input.withSixel = _: false;
|
||||
|
||||
vlc.__input.chromecastSupport = _: false;
|
||||
vlc.__input.waylandSupport = _: false;
|
||||
|
||||
# I don't really use helix, but it's nice to have the W alias just in case
|
||||
helix.__output.patches.__append = [
|
||||
./patches/helix/W-as-write.patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue