profiles/nnn: add nnn

This commit is contained in:
Infinidoge 2021-11-11 16:23:33 -05:00
parent 8534f3753b
commit b9f0cf3675
2 changed files with 12 additions and 0 deletions

11
users/profiles/nnn.nix Normal file
View file

@ -0,0 +1,11 @@
{ pkgs, ... }: {
programs.nnn = {
enable = true;
bookmarks = { };
extraPackages = with pkgs; [
ffmpegthumbnailer
mediainfo
sxiv
];
};
}