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
|
./sway.nix
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
./waybar.nix
|
./waybar.nix
|
||||||
|
./wezterm.nix
|
||||||
./zathura.nix
|
./zathura.nix
|
||||||
./zellij.nix
|
./zellij.nix
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{lib, ...}: {
|
{ lib, ... }:
|
||||||
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../modules/home-manager
|
../modules/home-manager
|
||||||
./common.nix
|
./common.nix
|
||||||
|
@ -33,6 +34,7 @@
|
||||||
swaylock.enable = true;
|
swaylock.enable = true;
|
||||||
tmux.enable = true;
|
tmux.enable = true;
|
||||||
waybar.enable = true;
|
waybar.enable = true;
|
||||||
|
wezterm.enable = true;
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
zellij.enable = true;
|
zellij.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue