add extra config

This commit is contained in:
Osman Faruk Bayram 2025-06-21 17:05:34 +03:00
parent 0e753a5d5c
commit 8ba4e982a6

View file

@ -7,8 +7,9 @@
config = {
programs.wezterm = {
enable = config.enableWezterm;
settings = {
};
extraConfig = ''
'';
};
};
}