try new config

This commit is contained in:
Osman Faruk Bayram 2025-06-22 11:58:12 +03:00
parent 3c8fc5ff76
commit 6546441400

View file

@ -8,7 +8,12 @@
programs.wezterm = {
enable = config.enableWezterm;
extraConfig = ''
_G.shells = {
fish = ${lig.getExe pkgs.fish}
};
local cfg = require('config');
return cfg
'';
};
};