Add needed nnn variable.
This commit is contained in:
parent
6738c49c09
commit
1453a4c5e8
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf config.crony.nnn.enable {
|
config = lib.mkIf config.crony.nnn.enable {
|
||||||
|
# Needed enviromental variables
|
||||||
|
home.sessionVariables = {
|
||||||
|
NNN_FIFO = "/tmp/nnn.fifo";
|
||||||
|
};
|
||||||
# NNN Settings
|
# NNN Settings
|
||||||
programs.nnn = {
|
programs.nnn = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue