nix-config/home/modules/wezterm/default.nix

9 lines
114 B
Nix

{
programs.wezterm = {
enable = true;
};
home.file.".config/wezterm" = {
source = ./config;
};
}