Change TERMINAL var to be available also to emacs
This commit is contained in:
@ -35,6 +35,6 @@ in
|
|||||||
".config/alacritty/alacritty.toml".source = ./alacritty.toml;
|
".config/alacritty/alacritty.toml".source = ./alacritty.toml;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables.TERMINAL = "alacritty";
|
systemd.user.sessionVariables.TERMINAL = "alacritty";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user