Add LESS settings
This commit is contained in:
parent
c0a304ae98
commit
0d6b80c24f
@ -1,8 +1,10 @@
|
|||||||
{ pkgs, lib, config, inputs, ... }: {
|
{ pkgs, lib, config, inputs, ... }: {
|
||||||
systemd.coredump.enable = true;
|
systemd.coredump.enable = true;
|
||||||
|
|
||||||
environment.sessionVariables = config.home-manager.users.balsoft.home.sessionVariables // {
|
environment.sessionVariables = config.home-manager.users.balsoft.home.sessionVariables // rec {
|
||||||
NIX_AUTO_RUN = "1";
|
NIX_AUTO_RUN = "1";
|
||||||
|
LESS = "MR";
|
||||||
|
SYSTEMD_LESS = LESS;
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.balsoft = {
|
home-manager.users.balsoft = {
|
||||||
|
Loading…
Reference in New Issue
Block a user