1

Update NNN config

This commit is contained in:
2024-06-02 18:41:47 +02:00
parent 9209d9098a
commit 73749f9df1
2 changed files with 6 additions and 3 deletions

View File

@ -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 = {