7 lines
104 B
Nix
7 lines
104 B
Nix
{ ... }:
|
|
{
|
|
home.sessionVariables = {
|
|
EDITOR = "nvim";
|
|
PAGE = "page -q 90000 -z 90000";
|
|
};
|
|
}
|