9 lines
114 B
Nix
9 lines
114 B
Nix
{
|
|
programs.wezterm = {
|
|
enable = true;
|
|
};
|
|
|
|
home.file.".config/wezterm" = {
|
|
source = ./config;
|
|
};
|
|
}
|