modules/nixos/system/common.nix: add LESS var
modules/nixos/system/default.nix: import commonn Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
5
modules/nixos/system/common.nix
Normal file
5
modules/nixos/system/common.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
environment.variables = {
|
||||
LESS = "-R --mouse";
|
||||
};
|
||||
}
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./common.nix
|
||||
./misc
|
||||
./security
|
||||
./virtual
|
||||
|
Reference in New Issue
Block a user