nixos: change EDITOR and PAGER environment variables to mkDefaults
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
00d9b5dfeb
commit
37c7d024ef
@ -19,8 +19,8 @@ in
|
|||||||
environment.variables =
|
environment.variables =
|
||||||
{ LOCATE_PATH = "/var/cache/locatedb";
|
{ LOCATE_PATH = "/var/cache/locatedb";
|
||||||
NIXPKGS_CONFIG = "/etc/nix/nixpkgs-config.nix";
|
NIXPKGS_CONFIG = "/etc/nix/nixpkgs-config.nix";
|
||||||
PAGER = "less -R";
|
PAGER = mkDefault "less -R";
|
||||||
EDITOR = "nano";
|
EDITOR = mkDefault "nano";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.sessionVariables =
|
environment.sessionVariables =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user