10 lines
185 B
Nix
Executable file
10 lines
185 B
Nix
Executable file
{ ... }:
|
|
|
|
{
|
|
programs.foot.enable = true;
|
|
|
|
home.sessionVariables.TERM = "alacritty";
|
|
home.sessionVariables.TERMINAL = "alacritty";
|
|
home.sessionVariables.TERMCMD = "alacritty";
|
|
}
|