profiles/nnn: add nnn
This commit is contained in:
parent
8534f3753b
commit
b9f0cf3675
2 changed files with 12 additions and 0 deletions
|
@ -20,6 +20,7 @@ in
|
|||
(with profiles; [
|
||||
pass
|
||||
htop
|
||||
nnn
|
||||
|
||||
(ifGraphical [
|
||||
discord
|
||||
|
|
11
users/profiles/nnn.nix
Normal file
11
users/profiles/nnn.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.nnn = {
|
||||
enable = true;
|
||||
bookmarks = { };
|
||||
extraPackages = with pkgs; [
|
||||
ffmpegthumbnailer
|
||||
mediainfo
|
||||
sxiv
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue