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
|
|
@ -2,4 +2,5 @@ return {
|
|||
front_end = "WebGpu";
|
||||
integrated_title_button_style = "Gnome";
|
||||
window_decorations = "INTEGRATED_BUTTONS|RESIZE";
|
||||
-- nix-replace
|
||||
}
|
||||
|
|
@ -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