flake: update inputs
This commit is contained in:
parent
5fbe5c4394
commit
82cf75849b
3 changed files with 282 additions and 10 deletions
3
homeManagerModules/desktopPrograms/wezterm/wezterm.lua
Normal file
3
homeManagerModules/desktopPrograms/wezterm/wezterm.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
front_end = "WebGpu"
|
||||
}
|
||||
|
|
@ -2,5 +2,7 @@
|
|||
{
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
extraConfig = builtins.readFile ./wezterm.lua;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue