mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-28 00:05:00 +08:00
7 lines
158 B
Nix
7 lines
158 B
Nix
{
|
|
programs.wezterm = {
|
|
enable = true;
|
|
# https://alexplescan.com/posts/2024/08/10/wezterm/
|
|
extraConfig = builtins.readFile ./wezterm.lua;
|
|
};
|
|
}
|