mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
add wezterm flake
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
{...}: {
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
package = inputs.wezterm-flake.packages."${pkgs.system}".default;
|
||||
enableZshIntegration = false;
|
||||
|
||||
extraConfig = ''
|
||||
|
Reference in New Issue
Block a user