📸 Fix open kitty in Nautilus, thumbnails for videos and SVGS
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
# TODO file-preview for videos, svgs and other types
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
nautilus
|
||||
ffmpegthumbnailer
|
||||
];
|
||||
|
||||
programs.nautilus-open-any-terminal.enable = true;
|
||||
programs.nautilus-open-any-terminal = {
|
||||
enable = true;
|
||||
terminal = "kitty";
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user