5 lines
92 B
Nix
5 lines
92 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
xdg.configFile."wezterm/wezterm.lua".text = builtins.readFile ./wezterm.lua;
|
||
|
}
|