test(wezterm): Add to testing
This commit is contained in:
parent
870f2fe63e
commit
9064f1348c
2 changed files with 4 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
|||
./sway.nix
|
||||
./tmux.nix
|
||||
./waybar.nix
|
||||
./wezterm.nix
|
||||
./zathura.nix
|
||||
./zellij.nix
|
||||
]
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue