wezterm: put in place stuff to eventually set config options declarativily
This commit is contained in:
parent
ca50dfe36c
commit
f6c261c35a
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
programs.wezterm = {
|
||||
enable = true;
|
||||
#enableZshIntegration = true;
|
||||
extraConfig = builtins.readFile ./wezterm.lua;
|
||||
extraConfig = builtins.replaceStrings [ "-- nix-replace" ] [ "" ] (builtins.readFile ./wezterm.lua);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue