6 lines
104 B
Nix
6 lines
104 B
Nix
_: {
|
|
programs.wezterm = {
|
|
enable = true;
|
|
extraConfig = builtins.readFile ./config.lua;
|
|
};
|
|
}
|