try new config
This commit is contained in:
parent
3c8fc5ff76
commit
6546441400
1 changed files with 5 additions and 0 deletions
|
|
@ -8,7 +8,12 @@
|
|||
programs.wezterm = {
|
||||
enable = config.enableWezterm;
|
||||
extraConfig = ''
|
||||
_G.shells = {
|
||||
fish = ${lig.getExe pkgs.fish}
|
||||
};
|
||||
|
||||
local cfg = require('config');
|
||||
return cfg
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue