configure nnn
This commit is contained in:
parent
e555c8f949
commit
3c3dfcbbe2
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
@ -345,6 +345,10 @@
|
|||
extraPlugins = with pkgs.vimPlugins; [
|
||||
];
|
||||
};
|
||||
nnn = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [ ffmpegthumbnailer mediainfo sxiv ];
|
||||
};
|
||||
mbsync = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue