feat(mpv): enable sixel for mpv

This commit is contained in:
uttarayan21
2024-03-28 03:50:02 +05:30
parent 1b458663ef
commit 4f3d5eb309

View File

@@ -65,9 +65,10 @@
fzf fzf
(nerdfonts.override {fonts = ["Hasklig"];}) (nerdfonts.override {fonts = ["Hasklig"];})
pfetch-rs pfetch-rs
mpv
] ]
++ lib.optionals device.isLinux [ ++ lib.optionals device.isLinux [
(pkgs.wrapMpv
(pkgs.mpv-unwrapped.override {sixelSupport = true;}) {})
psst psst
sony-headphones-client sony-headphones-client
abaddon abaddon
@@ -156,7 +157,11 @@
# t = "zellij a -c --index 0"; # t = "zellij a -c --index 0";
t = "tmux"; t = "tmux";
}; };
shellAliases = {g = "git";}; shellAliases = {
g = "git";
kmpv = "mpv --vo-kitty-use-shm=yes --vo=kitty --really-quiet";
smpv = "mpv --vo-sixel-buffered=yes --vo=sixel --profile=sw-fast";
};
shellInit = '' shellInit = ''
set fish_greeting set fish_greeting
yes | fish_config theme save "Catppuccin Mocha" yes | fish_config theme save "Catppuccin Mocha"