Вернул превью видео
This commit is contained in:
parent
24d1ee1a70
commit
af42fd9f21
3 changed files with 7 additions and 6 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
imagemagick # Preview and auto-rotate images
|
imagemagick # Preview and auto-rotate images
|
||||||
librsvg # Preview SVG
|
librsvg # Preview SVG
|
||||||
ffmpeg_7 # Preview videos
|
ffmpeg_7 # Preview videos
|
||||||
# ffmpegthumbnailer # Preview videos
|
ffmpegthumbnailer # Preview videos
|
||||||
bat # Syntax highlighting of code
|
bat # Syntax highlighting of code
|
||||||
unrar # Preview archives
|
unrar # Preview archives
|
||||||
lynx # Preview html pages
|
lynx # Preview html pages
|
||||||
|
|
|
||||||
|
|
@ -39,9 +39,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Environment variables that will be set for zsh session.
|
# Environment variables that will be set for zsh session.
|
||||||
sessionVariables = ''
|
sessionVariables = {
|
||||||
HISTORY_SUBSTRING_SEARCH_FUZZY=true
|
HISTORY_SUBSTRING_SEARCH_FUZZY = true;
|
||||||
'';
|
};
|
||||||
|
|
||||||
historySubstringSearch.enable = true; # Чтоб вверх/вниз учитывал уже написанную команду
|
historySubstringSearch.enable = true; # Чтоб вверх/вниз учитывал уже написанную команду
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -119,6 +119,7 @@
|
||||||
## Terminal ##
|
## Terminal ##
|
||||||
##############
|
##############
|
||||||
|
|
||||||
|
openssl
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
git
|
git
|
||||||
|
|
@ -203,7 +204,7 @@
|
||||||
xfce.thunar # GUI file manager (допы выше в `programs` и `services`)
|
xfce.thunar # GUI file manager (допы выше в `programs` и `services`)
|
||||||
xfce.catfish # File searching (for Thunar)
|
xfce.catfish # File searching (for Thunar)
|
||||||
xfce.exo # Мб надо, чтоб терминал открывать в каталоге
|
xfce.exo # Мб надо, чтоб терминал открывать в каталоге
|
||||||
# ffmpegthumbnailer # A lightweight video thumbnailer
|
ffmpegthumbnailer # A lightweight video thumbnailer
|
||||||
gnome-epub-thumbnailer # Thumbnailer for EPub and MOBI books
|
gnome-epub-thumbnailer # Thumbnailer for EPub and MOBI books
|
||||||
nufraw-thumbnailer # Thumbnailer for .raw images from digital cameras
|
nufraw-thumbnailer # Thumbnailer for .raw images from digital cameras
|
||||||
# mcomix # Comic book reader and image viewer. Thumbnailer for .crb comicbook archives (требует mupdf, который крашит систему)
|
# mcomix # Comic book reader and image viewer. Thumbnailer for .crb comicbook archives (требует mupdf, который крашит систему)
|
||||||
|
|
@ -302,7 +303,7 @@
|
||||||
# jetbrains.rust-rover
|
# jetbrains.rust-rover
|
||||||
# jetbrains.pycharm-professional
|
# jetbrains.pycharm-professional
|
||||||
# jetbrains.clion
|
# jetbrains.clion
|
||||||
jetbrains.goland
|
# jetbrains.goland
|
||||||
helix # A Kakoune / Neovim inspired editor, written in Rust.
|
helix # A Kakoune / Neovim inspired editor, written in Rust.
|
||||||
|
|
||||||
###########
|
###########
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue