configure nnn

This commit is contained in:
Markus Heurung 2024-05-22 10:14:35 +02:00
parent e555c8f949
commit 3c3dfcbbe2

View file

@ -345,6 +345,10 @@
extraPlugins = with pkgs.vimPlugins; [ extraPlugins = with pkgs.vimPlugins; [
]; ];
}; };
nnn = {
enable = true;
extraPackages = with pkgs; [ ffmpegthumbnailer mediainfo sxiv ];
};
mbsync = { mbsync = {
enable = true; enable = true;
}; };