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