mirror of
https://github.com/callumio/nixfiles.git
synced 2026-06-20 23:34:35 +01:00
8 lines
124 B
Nix
8 lines
124 B
Nix
{...}: {
|
|
programs.alacritty = {
|
|
enable = true;
|
|
settings = {
|
|
env = {TERM = "xterm-256color";};
|
|
};
|
|
};
|
|
}
|