modules/nixos/system/default.nix: import commonn Signed-off-by: unexplrd <unexplrd@linerds.us>
6 lines
62 B
Nix
6 lines
62 B
Nix
{
|
|
environment.variables = {
|
|
LESS = "-R --mouse";
|
|
};
|
|
}
|