14 lines
177 B
Nix
14 lines
177 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
programs.ghostty = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
settings = {
|
|
term = "xterm-256color";
|
|
};
|
|
systemd.enable = true;
|
|
};
|
|
}
|