add wezterm

This commit is contained in:
Osman Faruk Bayram 2025-06-22 12:01:13 +03:00
parent 6546441400
commit fbca0b44a6

View file

@ -9,7 +9,7 @@
enable = config.enableWezterm; enable = config.enableWezterm;
extraConfig = '' extraConfig = ''
_G.shells = { _G.shells = {
fish = ${lig.getExe pkgs.fish} fish = ${lib.getExe pkgs.fish}
}; };
local cfg = require('config'); local cfg = require('config');