home: pager: remove 'LESSHISTFILE'
It's now using an XDG-compliant value by default, I don't need to define it myself.
This commit is contained in:
parent
fe7b0a57a8
commit
b1169858cd
1 changed files with 0 additions and 2 deletions
|
|
@ -35,8 +35,6 @@ in
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
lib.concatStringsSep " " (lib.cli.toCommandLineGNU { } options);
|
lib.concatStringsSep " " (lib.cli.toCommandLineGNU { } options);
|
||||||
# Better XDG compliance
|
|
||||||
LESSHISTFILE = "${config.xdg.stateHome}/less/history";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue