📸 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";
|
||||
};
|
||||
}
|
||||
|
@ -22,7 +22,7 @@ in
|
||||
# paths it should manage.
|
||||
home = {
|
||||
username = username;
|
||||
homeDirectory = "/home/${username}";
|
||||
homeDirectory = homeDir;
|
||||
|
||||
sessionVariables = {
|
||||
XDG_PICTURES_DIR = "${homeDir}/Pictures";
|
||||
|
Reference in New Issue
Block a user