Add needed nnn variable.
This commit is contained in:
parent
6738c49c09
commit
1453a4c5e8
@ -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…
x
Reference in New Issue
Block a user