Adds wezterm config as home manager module

This commit is contained in:
Dennis Schoepf 2025-01-24 21:49:19 +01:00
parent 98f4a6679e
commit 8d604f9278
9 changed files with 358 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
programs.wezterm = {
enable = true;
};
home.file.".config/wezterm" = {
source = ./config;
};
}