test(wezterm): Add to testing

This commit is contained in:
punkfairie 2024-11-02 16:00:41 -07:00
parent 870f2fe63e
commit 9064f1348c
Signed by: punkfairie
GPG key ID: 01823C057725C266
2 changed files with 4 additions and 1 deletions

View file

@ -25,6 +25,7 @@
./sway.nix
./tmux.nix
./waybar.nix
./wezterm.nix
./zathura.nix
./zellij.nix
]

View file

@ -1,4 +1,5 @@
{lib, ...}: {
{ lib, ... }:
{
imports = [
../modules/home-manager
./common.nix
@ -33,6 +34,7 @@
swaylock.enable = true;
tmux.enable = true;
waybar.enable = true;
wezterm.enable = true;
zathura.enable = true;
zellij.enable = true;
};