feat(mpv): enable sixel for mpv
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user