1
0
Fork 0
This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues/pull-requests.
dotnix-archive/apps/gui/wezterm.nix

5 lines
109 B
Nix

{
programs.wezterm.enable = true;
xdg.configFile."wezterm/wezterm.lua".source = ./wezterm/wezterm.lua;
}