Update NNN config
This commit is contained in:
@ -16,8 +16,11 @@ in {
|
||||
config = mkIf cfg.enable {
|
||||
home.sessionVariables = {
|
||||
# NNN_TERMINAL = "alacritty";
|
||||
NNN_PAGER = "bat";
|
||||
# NNN_FIFO = "/tmp/nnn.fifo"; # For nnn preview
|
||||
|
||||
NNN_PAGER = "bat";
|
||||
NNN_OPENER = "xdg-open";
|
||||
NNN_ARCHIVE = "\\.(7z|a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|lzh|lzma|lzo|rar|rpm|rz|t7z|tar|tbz|tbz2|tgz|tlz|txz|tZ|tzo|war|xpi|xz|Z|zip)$";
|
||||
};
|
||||
|
||||
programs.nnn = {
|
||||
|
Reference in New Issue
Block a user