📸 Fix open kitty in Nautilus, thumbnails for videos and SVGS
This commit is contained in:
@ -1,9 +1,13 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
# TODO file-preview for videos, svgs and other types
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nautilus
|
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.
|
# paths it should manage.
|
||||||
home = {
|
home = {
|
||||||
username = username;
|
username = username;
|
||||||
homeDirectory = "/home/${username}";
|
homeDirectory = homeDir;
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
XDG_PICTURES_DIR = "${homeDir}/Pictures";
|
XDG_PICTURES_DIR = "${homeDir}/Pictures";
|
||||||
|
Reference in New Issue
Block a user